mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-22 06:02:06 -05:00
issue: App fails to load due to possible database corruption #4786
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 @nikhilmaddirala on GitHub (Apr 10, 2025).
Summary
App fails to load after login. Seems to be a database issue, because I can fix this problem by setting the env variable DATABASE_URL to a new database. The last thing I did before running into this issue was adding some OpenAPI tool servers. Possibly related is that docker logs show it's always getting stuck at this line:
open-webui | 2025-04-09 23:24:19.036 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 73.70.119.168:0 - "GET /api/v1/tools/ HTTP/1.1" 200 - {}Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.6.2
Ollama Version (if applicable)
No response
Operating System
Ubuntu 24
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
After login, app should load
Actual Behavior
After login, browser shows a blank screen.
Steps to Reproduce
Logs & Screenshots
Additional Information