mirror of
https://github.com/open-webui/open-webui.git
synced 2026-06-03 23:38:13 -05:00
[GH-ISSUE #3628] Long loading time when wrong OpenAI api endpoing selected #13329
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 @RodriMora on GitHub (Jul 4, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/3628
Bug Report
Description
Bug Summary:
I had incredible long loading times, making the webui unusable
Steps to Reproduce:
Set an OpenAI API endpoint to an IP that is not in the network. For example:
Current subnet 192.168.1.0
Old subnet 192.168.2.0
I had setup the connection to the openai API endpoint to the 192.168.2.0.
Then moved servers to another location with a 192.168.1.0 subnet. But didn't change the connection setting before hand.
Expected Behavior:
Website to load quickly
Actual Behavior:
Website took long time to load. No apparent error in the browser console. Only in the network tab some request had a long "blocked" status before loading
Environment
Confirmation:
Logs and Screenshots
Docker Container Logs:
I attach as file
Screenshots (if applicable):
Installation Method
docker
Additional Information
I had to edit the config.json file manually from the docker volume location:
/var/lib/docker/volumes/open-webui/_dataAs it was impossible to navigate to the configuration via the web ui
error_log.txt