mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-17 07:46:16 -05:00
[GH-ISSUE #24917] issue: Chat-specific controls (including system prompt and sampling params) are reset upon opening Admin Panel (and a few other interfaces) #123743
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 @northern-hecc on GitHub (May 19, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/24917
Check Existing Issues
Installation Method
Pip Install
Open WebUI Version
v0.9.5
Ollama Version (if applicable)
Not applicable, using OpenRouter for the inference
Operating System
Ubuntu 24.04.3 LTS
Browser (if applicable)
Firefox 150.0.3; Brave v1.90.122
Confirmation
README.md.Expected Behavior
The expected behavior is that chat-specific controls persist regardless of user actions.
Actual Behavior
Upon opening a view that replaces the chat interface, and then returning to the chat, all controls for that chat (system prompt, sampling parameters, reasoning settings, response format schema, etc) are reset. The notion of "view that replaces the chat interface" includes Admin Panel, Workspace, Notes, Calendar, Automations, Playground. This behavior is not triggered by opening interfaces that are instead overlayed on top of the chat interface, like Settings, Archived Chats, Keyboard shortcuts, and Search interface.
Steps to Reproduce
pip install -U open-webuiopen-webui serve --host 0.0.0.0 --port 6700gpt-oss-120bmodel (or any other model)Logs & Screenshots
No relevant logs or screenshots to include.
Additional Information
I initially encountered this issue on Windows 11, using the
open-webui/desktopsetup, which is what I mainly use. Then I reproduced it on a rented minimal Ubuntu container to make sure it's not an issue specific to the desktop client.So, overall, the issue appears regardless of the system.
@Classic298 commented on GitHub (May 19, 2026):
checked closed issues before opening a new one
@northern-hecc commented on GitHub (May 19, 2026):
@Classic298
I have indeed checked closed issues, and I didn't find any indication that the one I've submitted was already resolved. If you're referring to issues https://github.com/open-webui/open-webui/issues/24193 and https://github.com/open-webui/open-webui/issues/24310, I'm fairly confident that those are describing a different (but related) behavior.
Those issues, reported for v0.9.2, describe losing system prompt on either reload or switching between chats - and in the current version (v0.9.5) those specific cases really do seem to be fixed, I didn't encounter them. What I'm reporting is a scenario distinct from those though - the system prompt (and other parameters) are lost on accessing some other parts of the interface.
So, please consider reopening this issue!
@Classic298 commented on GitHub (May 19, 2026):
i just tried to reproduce but cannot reproduce, went to totally different part of UI but system prompt etc. is still there for that chat
@northern-hecc commented on GitHub (May 19, 2026):
I see. I'll try installing the dev branch with Docker Desktop, and see if perhaps this issue is fixed there. If not, I'll attach a screen recording to ensure that my actions are completely clear and reproducible.
@Classic298 commented on GitHub (May 19, 2026):
that'd be appreciated thanks
@northern-hecc commented on GitHub (May 19, 2026):
Installed the dev branch as instructed in the readme.md:
And here's the video reproducing the issue several times:
https://github.com/user-attachments/assets/2eb672ae-8b51-4483-a6c6-5040642fa8ad
@Classic298 commented on GitHub (May 19, 2026):
aha! i tested it with various other pages (where this still works) just not admin panel - and indeed if i switch to admin panel the prompt is gone
I will reopen this, please update your title to specifically say admin panel thanks!
@northern-hecc commented on GitHub (May 19, 2026):
Got it. I've already had included a list of the UIs that I found to trigger this, and those that I found not to trigger this:
But I'll also rename the issue for clarity as you requested. Thank you for your patience in handling this!
Lastly, a couple additional observed scenarios which hopefully help narrow down when this happens:
Pretty weird and specific circumstances for triggering the bug, admittedly, but I hope you can figure it out.
@Algorithm5838 commented on GitHub (May 19, 2026):
This PR should address it: https://github.com/open-webui/open-webui/pull/24551