mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
offline usage #2218
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 @tobywu6652 on GitHub (Sep 27, 2024).
Bug Report
Environment
Expected Behavior:
Open WebUI can run in an offline (unable to access the Internet) environment.
Actual Behavior:
Open WebUI cannot run in an offline environment fluently.
Description
When visiting the site, the API ( /api/version/updates ) will check the version (current & latest) information through the Internet. And before a long timeout, the site will not be displayed.
@Lodisaq commented on GitHub (Sep 27, 2024):
yes,I was deeply puzzled by the bug. the open webui keeps accessing '/api/version/updates' and doesn't load the page until it times out.
@Lodisaq commented on GitHub (Sep 27, 2024):
这是自动回复,已确认收到您的电子邮件,谢谢。This is an automatic reply, confirming that your email was received.I will reply as soon as possible.Thank you!
@gaby commented on GitHub (Sep 27, 2024):
There's a lot of things trying to hit the internet when using
Open-WebUI.ollamait tries to go to the internet and the UI won't start at all.Kind of ironic given the description of the project says:
I think adding a ENV variable for "Offline Mode" could help the backend make a decision on wether to reach the internet or not.