[GH-ISSUE #12334] issue: 404 error #32091

Closed
opened 2026-04-25 05:58:52 -05:00 by GiteaMirror · 0 comments
Owner

Originally created by @NekoNekodon on GitHub (Apr 2, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/12334

Check Existing Issues

  • I have searched the existing issues and discussions.
  • I am using the latest version of Open WebUI.

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

  • I have read and followed all instructions in README.md.
  • I am using the latest version of both Open WebUI and Ollama.
  • I have included the browser console logs.
  • I have included the Docker container logs.
  • I have listed steps to reproduce the bug in detail.

Expected Behavior

Suppose to show UI

Actual Behavior

Stuck at the "OI" loading page

Steps to Reproduce

run:

docker run -d -p 3000:8080 --gpus all --add-host=host.docker.internal:host-gateway -v open-webui:/app/backend/data --name open-webui --restart always ghcr.io/open-webui/open-webui:cuda

access:

http://localhost:3000/

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

Image
Image
Image

Additional Information

No response

Originally created by @NekoNekodon on GitHub (Apr 2, 2025). Original GitHub issue: https://github.com/open-webui/open-webui/issues/12334 ### Check Existing Issues - [x] I have searched the existing issues and discussions. - [x] I am using the latest version of Open WebUI. ### 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 - [x] I have read and followed all instructions in `README.md`. - [x] I am using the latest version of **both** Open WebUI and Ollama. - [x] I have included the browser console logs. - [x] I have included the Docker container logs. - [x] I have listed steps to reproduce the bug in detail. ### Expected Behavior Suppose to show UI ### Actual Behavior Stuck at the "OI" loading page ### Steps to Reproduce run: > docker run -d -p 3000:8080 --gpus all --add-host=host.docker.internal:host-gateway -v open-webui:/app/backend/data --name open-webui --restart always ghcr.io/open-webui/open-webui:cuda access: > http://localhost:3000/ 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 ![Image](https://github.com/user-attachments/assets/0c8ab2eb-48a3-477c-ae44-2dcfec9464d7) ![Image](https://github.com/user-attachments/assets/f3126491-28ff-403a-a6c6-bfcf5e78ae67) ![Image](https://github.com/user-attachments/assets/d9b17f8c-eee7-4228-a8ae-896a1d4056db) ### Additional Information _No response_
GiteaMirror added the bug label 2026-04-25 05:58:52 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#32091