-
-
Notifications
You must be signed in to change notification settings - Fork 17.9k
Description
Check Existing Issues
- I have searched for any existing and/or related issues.
- I have searched for any existing and/or related discussions.
- I have also searched in the CLOSED issues AND CLOSED discussions and found no related items (your issue might already be addressed on the development branch!).
- I am using the latest version of Open WebUI.
Installation Method
Docker
Open WebUI Version
0.7.0
Ollama Version (if applicable)
0.6.8
Operating System
Linux rpi4-20231108 6.1.0-34-arm64 #1 SMP Debian 6.1.135-1 (2025-04-25) aarch64 GNU/Linux
Browser (if applicable)
Brave v1.85.120
Confirmation
- I have read and followed all instructions in
README.md. - I am using the latest version of both Open WebUI and Ollama.
- I have included the browser console logs.
- I have included the Docker container logs.
- I have provided every relevant configuration, setting, and environment variable used in my setup.
- I have clearly listed every relevant configuration, custom setting, environment variable, and command-line option that influences my setup (such as Docker Compose overrides, .env values, browser settings, authentication configurations, etc).
- I have documented step-by-step reproduction instructions that are precise, sequential, and leave nothing to interpretation. My steps:
- Start with the initial platform/version/OS and dependencies used,
- Specify exact install/launch/configure commands,
- List URLs visited, user input (incl. example values/emails/passwords if needed),
- Describe all options and toggles enabled or changed,
- Include any files or environmental changes,
- Identify the expected and actual result at each stage,
- Ensure any reasonably skilled user can follow and hit the same issue.
Expected Behavior
Opening certain pages like the Admin Settings in a reasonable time
Actual Behavior
Before the update, the page (especially the Admin settings) loaded within ~1-2 sec. This is no longer the case.
Most requests result in a timeout after 2 minutes.
Steps to Reproduce
Updated from 0.6.41 -> 0.7.0
Logs & Screenshots
Additional Information
My envs in docker-compose.yaml:
environment:
- OLLAMA_BASE_URL=http://192.168.x.y:11434
- CHAT_STREAM_RESPONSE_CHUNK_MAX_BUFFER_SIZE=20971520I'm using a somewhat cumbersome setup using an nginx proxy with a self generated certificate which then gets tunneled through a cloudflare tunnel and is mapped to my domain.
This should not cause this issue as I've not changed anything about this setup, and also connecting to the instance via the direct local IP causes the same delays
The logs in docker do not show any errors. They just list requests for JS files or api calls which went through, but not list the ones which timeout