mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[GH-ISSUE #12334] issue: 404 error #16562
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 @NekoNekodon on GitHub (Apr 2, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/12334
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.6.0
Ollama Version (if applicable)
No response
Operating System
Windows 10
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
Suppose to show UI
Actual Behavior
Stuck at the "OI" loading page
Steps to Reproduce
run:
access:
log:
2025-04-02 18:09:34 2025-04-02 10:09:34.335 | INFO | open_webui.utils.logger:start_logger:140 - GLOBAL_LOG_LEVEL: INFO - {}
2025-04-02 18:09:43 2025-04-02 10:09:43.688 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 172.17.0.1:49040 - "GET /static/loader.js HTTP/1.1" 200 - {}
2025-04-02 18:09:43 2025-04-02 10:09:43.693 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 172.17.0.1:49046 - "GET /_app/immutable/entry/start.CWjHXy_1.js HTTP/1.1" 404 - {}
2025-04-02 18:09:43 2025-04-02 10:09:43.694 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 172.17.0.1:49064 - "GET /_app/immutable/entry/app.C1Q9Thd4.js HTTP/1.1" 404 - {}
2025-04-02 18:09:43 2025-04-02 10:09:43.695 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 172.17.0.1:49080 - "GET /static/splash.png HTTP/1.1" 200 - {}
2025-04-02 18:09:43 2025-04-02 10:09:43.697 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 172.17.0.1:49050 - "GET /_app/immutable/chunks/Dc2J8k-i.js HTTP/1.1" 404 - {}
2025-04-02 18:09:44 2025-04-02 10:09:44.428 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 172.17.0.1:49086 - "GET /manifest.json HTTP/1.1" 200 - {}
Logs & Screenshots
Additional Information
No response