mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 14:24:24 -05:00
[GH-ISSUE #9403] ui not load in offline envirement #102484
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 @Alireza3242 on GitHub (Feb 5, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/9403
Bug Report
Installation Method
docker run -it
-p 8080:8080
-v open-webui:/app/backend/data
-e OLLAMA_BASE_URL=http://127.0.0.1:11434
-e HF_HUB_OFFLINE=1
--name open-webui
--restart always
ghcr.io/open-webui/open-webui:main
after i login, i see a white screen.
Environment
**Open WebUI Version: ** 0.5.7
**Ollama (if applicable): ** 0.5.7
Operating System: Ubuntu
Expected Behavior:
see ui
Actual Behavior:
see white screen
docker logs
@iteng007 commented on GitHub (Feb 5, 2025):
I think it's due to your docker container running openwebui cannot connect to ollama
@gisdream commented on GitHub (Feb 5, 2025):
/api/models请求超过2分钟,就会导致一进系统白屏,不着急得2分钟之后才能刷出来,要解决如下:
设置—外部连接:OpenAI API这个勾掉,这个会由于网络问题,一直等待2分多钟,去掉之后,只保留本地的ollama即可。
这坑爹玩意,卡了我半天,害我白重装一遍。。。。