mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-31 14:00:34 -05:00
[GH-ISSUE #8854] OpenAI/Pipelines endpoint timeout too long #69892
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 @JKratto on GitHub (Jan 24, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/8854
Bug Report
Installation Method
Docker + Pipelines Docker
Environment
Open WebUI Version: v0.5.7
Ollama (if applicable): v0.5.7
Operating System: Debian 12
Browser (if applicable): Brave Version 1.74.48 Chromium: 132.0.6834.83 (Official Build) (arm64)
Confirmation:
Expected Behavior:
OpenWebUI loads without a hickup when Pipelines server is not reachable.
Actual Behavior:
OpenWebUI probably tries to connect to Pipelines, which is not possible and timeout is very long. You can't change the configuration (quickly), as GUI does not really load. I can't really change it in sqlite, because the JSON config is hard for me to navigate and I was not able to correctly put in the rigth ammout of quotes to make it work. I did not die trying though and after a few minutes, WebUI was accessible again, so I fixed IP address and everything is working as expected.
Description
Bug Summary:
Timeout for Pipelines (OpenAI endpoints) is too long, GUI does not load in a timely manner.
Reproduction Details
Steps to Reproduce:
Logs and Screenshots
Docker Container Logs:
Additional Information
I migrated my instance to another place and it did not occur to me that Pipelines address changed as well (same host, not using docker network, but actual host IP). This exact thing used to happen with Ollama endpoints and I think it does not happen anymore. One day it really drove me almost nuts until I opened the logs and found out I accidentaly left an old ollama host IP in the configuration.
Thanks so much for the great effort. I really appreciate all the hard work and I am amazed by the quality and progress tha OpenWebUI is making every day! <3