mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #10313] Page Stays on “OI” When Accessing the Address Using Safari Browser #31380
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 @bynre9 on GitHub (Feb 19, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/10313
Bug Report
Installation Method
Docker
Environment
Open WebUI Version: v0.5.14
Ollama Version: 0.5.11
Operating System: macOS 15.3
Browser: Safari 18.3
Expected Behavior:
I expect the page to load correctly without getting stuck on the OI icon screen after logging in.
Actual Behavior:
The page stays stuck on the OI icon screen when accessing http://localhost:3000/ in Safari after logging in. However, accessing specific pages such as http://localhost:3000/workspace/models works fine. The issue only occurs with the base URL (http://localhost:3000/), and the page loads correctly in Google Chrome.
Description
Bug Summary:
Page freezes on the OI icon screen when accessing http://localhost:3000/ in Safari after login, while other specific pages work, and the issue does not occur in Google Chrome.
Reproduction Details
Steps to Reproduce:
2. Access http://localhost:3000/ (ensure you are logged in).
3. The page will freeze on the OI icon screen.
4. Other pages such as http://localhost:3000/workspace/models load correctly.
5. The issue is not present in Google Chrome.
Logs and Screenshots
Browser Console Logs:
[Error] Unhandled Promise Rejection: TypeError: Importing a module script failed.
[Warning] The resource http://localhost:3000/_app/immutable/chunks/entry.CB2WQ5RF.js was preloaded using link preload but not used within a few seconds from the window's load event. Please make sure it wasn't preloaded for nothing.
[Warning] The resource http://localhost:3000/_app/immutable/chunks/scheduler.CRl-z1y4.js was preloaded using link preload but not used within a few seconds from the window's load event. Please make sure it wasn't preloaded for nothing.
[Warning] The resource http://localhost:3000/_app/immutable/chunks/index.BWHQf96I.js was preloaded using link preload but not used within a few seconds from the window's load event. Please make sure it wasn't preloaded for nothing.
[Warning] The resource http://localhost:3000/_app/immutable/chunks/preload-helper.C1FmrZbK.js was preloaded using link preload but not used within a few seconds from the window's load event. Please make sure it wasn't preloaded for nothing.
[Warning] The resource http://localhost:3000/_app/immutable/chunks/index.Ci9MLlfz.js was preloaded using link preload but not used within a few seconds from the window's load event. Please make sure it wasn't preloaded for nothing.
Docker Container Logs:
2025-02-19 10:12:51 INFO: 192.168.65.1:54444 - "GET / HTTP/1.1" 200 OK
2025-02-19 10:12:51 INFO: 192.168.65.1:54444 - "GET /favicon/site.webmanifest HTTP/1.1" 200 OK
2025-02-19 10:12:51 INFO: 192.168.65.1:46654 - "GET /static/loader.js HTTP/1.1" 200 OK
2025-02-19 10:12:51 INFO: 192.168.65.1:54444 - "GET /static/splash.png HTTP/1.1" 200 OK
2025-02-19 10:12:51 INFO: 192.168.65.1:24863 - "GET /opensearch.xml HTTP/1.1" 200 OK
Screenshots/Screen Recordings (if applicable):