mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-17 08:21:12 -05:00
[GH-ISSUE #13128] issue: User Role dosnt show workspace #136545
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 @OzSpots-Wireless on GitHub (Apr 22, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/13128
Check Existing Issues
Installation Method
Other
Open WebUI Version
6.5
Ollama Version (if applicable)
No response
Operating System
Win 10
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
uvx --python 3.11 open-webui@latest serve
add a user role user so it displays public models in workspace..
Actual Behavior
uvx --python 3.11 open-webui@latest serve
Works and displays up in chat...
But not in workspace, change user role to admin and it shows..
Steps to Reproduce
I try to add a model in workspace and it cant because that model is already there (the shared ones)
it works in chat yet is not visible in workspace
Logs & Screenshots
Additional Information
No response
@OzSpots-Wireless commented on GitHub (Apr 22, 2025):
edit: I try to add a model in workspace and it cant because that model is already there (the shared ones)
it works in chat yet is not visible in workspace
@xiaohuirong commented on GitHub (Apr 22, 2025):
@Choo-lux I've encountered this problem as well. How did you solve it?
@OzSpots-Wireless commented on GitHub (Apr 22, 2025):
Its a little odd.
You have to change the workspace/models visibility.
default is public 'Accessible to all users'
yet this is only for admin users.
So change to private and add a group to grant access.
BUT READ only also dosnt work... only WRITE works... which isnt ok...