mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-22 14:13:08 -05:00
UI times out in browser #1880
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 @Googlepuss on GitHub (Aug 25, 2024).
Discussed in https://github.com/open-webui/open-webui/discussions/4882
Originally posted by Googlepuss August 24, 2024
The UI times out in the browser.
OpenWebUI (container) (Persistent storage is on a NAS NFS)
Ollama server (Ubuntu 24.04 VM) (xcp-ng environment)
SD (running in Ollama VM above)
Associated Hosts, and Storage all seem to working as expected for other services. Ollama and SD work fine and the only issues are a result of accessing these resources through OpenWebUI.
Dev tools show server "response time out" when trying to fetch settings and chat history. All on persistent container volume. the processes running on local container files seem to work fine.
I am not sure how to address the issue and could use some help. Thanks!