mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 11:28:35 -05:00
[GH-ISSUE #11564] issue: UI doesn't show the stop button on ongoing inference if you come back on the conversation #54941
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 @Fade78 on GitHub (Mar 12, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/11564
Check Existing Issues
Installation Method
Docker
Open WebUI Version
0.5.20
Ollama Version (if applicable)
0.5.12
Operating System
Ubuntu Server 24.04 LTS
Browser (if applicable)
Firefox
Confirmation
README.md.Expected Behavior
During the inference, the interface displays a "Stop" button instead of the "Call" button, allowing users to stop the inference if needed.
Actual Behavior
If a user leaves the current conversation (e.g., switching to another conversation or accessing it from a different device like a mobile to insure continuity) and returns, the "Stop" button reverts to the "Call" button while the inference is still ongoing. As a result, the user cannot stop the inference, which can lead to resource issues (LLM taking VRAM when it shouldn't), which can lead to actual multi-user problems. That's why its a very important issue.
Steps to Reproduce
-> The stop button isn't there.
Logs & Screenshots
I'm not sure there are logs to show but fortunately it's easy to reproduce.
Additional Information
This was reported in this discussion, but it's a very important functional bug that must be tracked and I didn't saw it in the issue list.
@tjbck commented on GitHub (Apr 13, 2025):
Addressed with
f3fe82da80