mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 14:39:31 -05:00
[GH-ISSUE #17760] issue: External Ollama API not connecting due to OpenWebUI proxy behavior #18388
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 @emash on GitHub (Sep 25, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/17760
Check Existing Issues
Installation Method
Pip Install
Open WebUI Version
0.6.31
Ollama Version (if applicable)
No response
Operating System
Debian Linux
Browser (if applicable)
Mozilla Firefox latest
Confirmation
README.md.Expected Behavior
WebUI should forward requests directly to the provided Ollama endpoint without expecting internal
/ollama/endpoints.Actual Behavior
WebUI fails to connect to external Ollama APIs and returns
500 Internal Server Errorfor all/ollama/API requests.Steps to Reproduce
/ollama/verifyand/ollama/api/tags/0on the WebUI server, not the actual Ollama backend that was set by the user.Logs & Screenshots
XHRGET
https://ai.mysite.xyz/ollama/api/tags/0
[HTTP/1.1 500 Internal Server Error 185ms]
Additional Information
No response
@tjbck commented on GitHub (Sep 25, 2025):
Unable to reproduce.