Originally created by @WolfSc84 on GitHub (May 6, 2025).
Check Existing Issues
I have searched the existing issues and discussions.
I am using the latest version of Open WebUI.
Installation Method
Git Clone
Open WebUI Version
0.6.6
Ollama Version (if applicable)
No response
Operating System
Linux
Browser (if applicable)
No response
Confirmation
I have read and followed all instructions in README.md.
I am using the latest version of both Open WebUI and Ollama.
I have included the browser console logs.
I have included the Docker container logs.
I have listed steps to reproduce the bug in detail.
Expected Behavior
Show the users and group
Enable user and group administration
Actual Behavior
The admin panel freeze the application when you open Users Tabs
Doesn't show user and groups. The interface freeze and stop working
Steps to Reproduce
Open WebUI
Open Admin Panel
Open Users Tab
Logs & Screenshots
Additional Information
No response
Originally created by @WolfSc84 on GitHub (May 6, 2025).
### Check Existing Issues
- [x] I have searched the existing issues and discussions.
- [x] I am using the latest version of Open WebUI.
### Installation Method
Git Clone
### Open WebUI Version
0.6.6
### Ollama Version (if applicable)
_No response_
### Operating System
Linux
### Browser (if applicable)
_No response_
### Confirmation
- [x] I have read and followed all instructions in `README.md`.
- [x] I am using the latest version of **both** Open WebUI and Ollama.
- [x] I have included the browser console logs.
- [x] I have included the Docker container logs.
- [x] I have listed steps to reproduce the bug in detail.
### Expected Behavior
Show the users and group
Enable user and group administration
### Actual Behavior
The admin panel freeze the application when you open Users Tabs
Doesn't show user and groups. The interface freeze and stop working
### Steps to Reproduce
1. Open WebUI
2. Open Admin Panel
3. Open Users Tab
### Logs & Screenshots

### Additional Information
_No response_
GiteaMirror
added the bug label 2025-11-11 16:11:21 -06:00
I encountered the same immediately after upgrading, but it was fixed by a manual page reload (which, unfortunately, is required after most upgrades).
@Ithanil commented on GitHub (May 6, 2025):
I encountered the same immediately after upgrading, but it was fixed by a manual page reload (which, unfortunately, is required after most upgrades).
only workaround to prevent cache issues is to set some adequate caching headers on the webserver reverse proxy
@Classic298 commented on GitHub (May 6, 2025):
only workaround to prevent cache issues is to set some adequate caching headers on the webserver reverse proxy
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @WolfSc84 on GitHub (May 6, 2025).
Check Existing Issues
Installation Method
Git Clone
Open WebUI Version
0.6.6
Ollama Version (if applicable)
No response
Operating System
Linux
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
Show the users and group
Enable user and group administration
Actual Behavior
The admin panel freeze the application when you open Users Tabs
Doesn't show user and groups. The interface freeze and stop working
Steps to Reproduce
Logs & Screenshots
Additional Information
No response
@Ithanil commented on GitHub (May 6, 2025):
I encountered the same immediately after upgrading, but it was fixed by a manual page reload (which, unfortunately, is required after most upgrades).
@Classic298 commented on GitHub (May 6, 2025):
ah, cache issue?
@Ithanil commented on GitHub (May 6, 2025):
Yeah, unfortunately https://github.com/open-webui/open-webui/pull/12461 didn't make it into main.
@Classic298 commented on GitHub (May 6, 2025):
only workaround to prevent cache issues is to set some adequate caching headers on the webserver reverse proxy