mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
issue: Default group settings reset after page navigation #6541
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 @Th3R3alDuk3 on GitHub (Sep 29, 2025).
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.6.32
Ollama Version (if applicable)
No response
Operating System
almalinux 10
Browser (if applicable)
Firefox 115 esr, Edge 140
Confirmation
README.md.Expected Behavior
Actual Behavior
When the default group settings for all users are changed, the changes are not persisted. After navigating to another page and then returning to the settings page, the values are reset to the state before.
This makes it impossible to reliably update and maintain the default group settings, since any navigation away from the page causes the configuration to be lost.
Steps to Reproduce
Logs & Screenshots
No logs or screenshots required.
Additional Information
No response
@tjbck commented on GitHub (Sep 30, 2025):
Addressed in dev!
@silentoplayz commented on GitHub (Oct 1, 2025):
Should be addressed with
887772db22, closing this issue.