mirror of
https://github.com/open-webui/open-webui.git
synced 2026-06-03 07:24:59 -05:00
Timeout error after 5 minutes of generation #1222
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 @TheTerrasque on GitHub (Jun 12, 2024).
Bug Report
Description
Bug Summary:
When ollama reply generation goes over 5 minutes, the server generates a timeout error.
Steps to Reproduce:
Load a slow model, have it generate a long reply.
Expected Behavior:
The full reply gets displayed in browser
Actual Behavior:
After 5 minutes, the connection is closed, giving an error.
Environment
Open WebUI Version: v0.3.3
Ollama (if applicable): 0.1.43
Operating System: Windows 10
Browser (if applicable): Firefox / Edge
Reproduction Details
Confirmation:
Logs and Screenshots
Browser Console Logs:

Docker Container Logs:
Screenshots (if applicable):
[Attach any relevant screenshots to help illustrate the issue]
Installation Method
Open-Webui: Kubernetes deployment of docker image, service access via load balancer IP.
Ollama: Direct deployment on bare metal, using official linux executable.
Additional Information
Another user have experienced the same issue: https://github.com/open-webui/open-webui/issues/2208#issuecomment-2156311340
Note
If the bug report is incomplete or does not follow the provided instructions, it may not be addressed. Please ensure that you have followed the steps outlined in the README.md and troubleshooting.md documents, and provide all necessary information for us to reproduce and address the issue. Thank you!