mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-11 08:22:09 -05:00
[GH-ISSUE #14794] issue: Conversations are lost, requests never submitted despite UI showing them being worked upon, general disharmony #17363
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 @sempervictus on GitHub (Jun 9, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/14794
Check Existing Issues
Installation Method
Docker
Open WebUI Version
latest
Ollama Version (if applicable)
No response
Operating System
Linux
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
State presented in current UI is consistent in back-end and upon page refresh
Actual Behavior
Complex conversation trees (more than one model, forking, changing model counts, setting parameters for the models) show "everyting working" on the front-end but models never receive requests and refreshing the window "destroys" entire branches of conversation.
Steps to Reproduce
Logs & Screenshots
This is the fun part: nothing is logged when i attempt to send a request to a model but the UI pretends like its waiting for the request.
Additional Information
No response
@JoeChen2me commented on GitHub (Jun 9, 2025):
Maybe you can check the container logs of Docker, I'm also experiencing this issue. When I initiate a request, the UI interface shows it is in progress, but my API server does not receive the request. Usually, it takes 1-2 minutes before the API request is made. According to the review of the logs, I found that during this period, the app's version was being requested, which consumed a lot of time.
Here is the log from my test. From receiving the request from the frontend to actually sending the completion request to the API, there was a 2-minute interval.
@tjbck commented on GitHub (Jun 9, 2025):
unable to reproduce