mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #16663] issue: Incorrect external endpoint setting causes openwebui to hang without displaying settings panel #33531
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 @digiperfect-tech on GitHub (Aug 16, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/16663
Check Existing Issues
Installation Method
Pip Install
Open WebUI Version
0.6.22
Ollama Version (if applicable)
No response
Operating System
Ubuntu 24.04
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
I accidentally configured an incorrect openai endpoint at the admin level. It should gracefully ignore incorrect endpoints and load the chat ui and settings panel.
Actual Behavior
Now, it just loads the chat list (but not the actual chats) with no option to change the settings. Effectively rendering the application unusable.
Steps to Reproduce
Logs & Screenshots
Additional Information
No response
@digiperfect-tech commented on GitHub (Aug 16, 2025):
Browser logs
@digiperfect-tech commented on GitHub (Aug 16, 2025):
Was able to locally resolve it - https://github.com/open-webui/open-webui/pull/16666