mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 23:21:44 -05:00
[GH-ISSUE #21054] issue: some requests are blocking (no timeouts, not async) #19366
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jannikstdl on GitHub (Jan 30, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/21054
Check Existing Issues
Installation Method
Git Clone
Open WebUI Version
v0.7.2
Ollama Version (if applicable)
No response
Operating System
Kubernetes / Linux
Browser (if applicable)
Chrome
Confirmation
README.md.Expected Behavior
HTTP requests to external services (TTS, Images, Pipelines, Ollama, etc.) should fail gracefully with a timeout error when the configured service is unreachable, allowing the UI to remain responsive.
Actual Behavior
When external services are unreachable (e.g., misconfigured URL, service down, network issues), the HTTP requests hang indefinitely because they
have no timeout parameter set. This causes:
Steps to Reproduce
Logs & Screenshots
Additional Information
No response