mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 19:38:46 -05:00
[GH-ISSUE #23020] feat: Auto-reconnect and Resume Chat After Ollama Server Disconnection #58536
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 @aheybati on GitHub (Mar 25, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/23020
Check Existing Issues
Verify Feature Scope
Problem Description
Description:
Is your feature request related to a problem? Please describe.
When the connection to an external Ollama server is lost (network issues, server restart, VPN disconnection, etc.), the current chat session becomes unusable. Any message being processed is lost, and users must manually retry their messages after the connection is restored. There is no automatic reconnection mechanism to resume the chat seamlessly.
Describe the solution you'd like
I would like Open WebUI to implement an auto-reconnect and resume feature that:
Describe alternatives you've considered
Additional context
This feature would be especially valuable for:
Desired Solution you'd like
I would like Open WebUI to implement an auto-reconnect mechanism that:
Suggested environment variables:
The chat history should never be lost, and users should be able to continue their conversation seamlessly after temporary network issues without manual message resubmission.
Alternatives Considered
No response
Additional Context
No response