mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-22 14:13:08 -05:00
issue: Default Permission not loaded in UI #6574
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 @guenhter on GitHub (Oct 2, 2025).
Check Existing Issues
Installation Method
Git Clone
Open WebUI Version
0.6.32
Ollama Version (if applicable)
No response
Operating System
Ubuntu 24.04
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
When default permission get changes, after they are looked again, they are correct
Actual Behavior
When default permissions are changed, then the page is reloaded, then the default permissions are not showing what was changed.
Steps to Reproduce
Logs & Screenshots
Additional Information
No response
@Classic298 commented on GitHub (Oct 2, 2025):
cache issue? concurrency? cannot replicate from steps to reproduce
@guenhter commented on GitHub (Oct 2, 2025):
No, is not a caching issue. Just tested it again with a completely fresh installation based on the main docker image.
@silentoplayz commented on GitHub (Oct 2, 2025):
Are you saving your changes in the default permissions modal before refreshing the page? I do not see
Save changesin your steps to reproduced provided. More info is needed.@Classic298 commented on GitHub (Oct 2, 2025):
Aha you mean
Indeed, I observe as well that it looks like it wasn't saved
@Classic298 commented on GitHub (Oct 2, 2025):
Might be a regression accidentally introduced by me by introducing the feature to automatically load the default user permissions into other group settings modals
cc @tjbck
@Classic298 commented on GitHub (Oct 2, 2025):
According to @silentoplayz not reproducible on
devMight be fixed there
@silentoplayz commented on GitHub (Oct 2, 2025):
Likely fixed on the dev branch already with
887772db22. Reproduced the issue on the main branch, but not on the dev branch. Closing out this issue!@Classic298 commented on GitHub (Oct 2, 2025):
Just realized:
@guenhter this is a duplicate of https://github.com/open-webui/open-webui/issues/17899
(cc @silentoplayz )