mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 14:39:31 -05:00
[GH-ISSUE #24530] issue: Cmd+r on Mac (refresh page) causes chat to generate a new response rather than refreshing the page #107316
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 @zaakiy on GitHub (May 10, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/24530
Check Existing Issues
Installation Method
Pip Install
Open WebUI Version
0.9.4
Ollama Version (if applicable)
No response
Operating System
Ubuntu 24.04
Browser (if applicable)
MS Edge running on Mac
Confirmation
README.md.Expected Behavior
Page should refresh
Actual Behavior
Latest instuction is retried.
Steps to Reproduce
testLogs & Screenshots
None
Additional Information
No response
@owui-terminator[bot] commented on GitHub (May 10, 2026):
🔍 Related Issues Found
I found some existing issues that might be related. Please check if any of these are duplicates or contain helpful solutions:
🟣 #10756 OWU brakes browser's base refresh functonality
Direct match: this issue reports that
command+r/refresh is intercepted and starts a new generation instead of performing a browser refresh. The wording is essentially the same behavior as the new report.by unlucio
🟣 #954 OpenAI chats can't continue after page reload
Related page-reload behavior: after refreshing a chat, the conversation state becomes inconsistent when continuing or resending messages. It’s not about the keyboard shortcut itself, but it covers refresh/reload breaking chat behavior.
by yfzhou0904
🟣 #23171 issue: message.done state is unreliable — switching chats or refreshing the page causes premature display of thinking process and action buttons
Related refresh-state bug: reloading while a message is generating causes message state to be misread afterward. It shows that page refresh can corrupt chat generation state, which is adjacent to the new report’s reload-triggered retry behavior.
by ShirasawaSama ·
bug💡 If your issue is a duplicate, please close it and add any additional details to the existing issue instead.
This comment was generated automatically. React with 👍 if helpful, 👎 if not.
@zaakiy commented on GitHub (May 10, 2026):
#10756 OWU brakes browser's base refresh functonality
#10756 is related, however was closed without changes being made. I believe that it's important to note that the top comment after closing is:
Therefore, this concern should be revisited.
#954 & #23171
Unrelated
@tjbck commented on GitHub (May 10, 2026):
Intended behaviour, when the input isn't focused it'll refresh the page instead.