mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[GH-ISSUE #20336] issue: Non-admin user cannot choose model from pinned models in sidebar, v0.6.43 #57822
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 @upvenus on GitHub (Jan 2, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/20336
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.6.43
Ollama Version (if applicable)
No response
Operating System
macOS 26.2
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
Actual Behavior
But this only happens to no admin users, while admin users have correct behaviors.
This only happens after I updated from 0.6.41 to 0.6.43, before this, there is no such bugs.
Steps to Reproduce
docker install the version of 0.6.43
create a non admin user
chat to models
Logs & Screenshots
...
Additional Information
No response
@owui-terminator[bot] commented on GitHub (Jan 2, 2026):
🔍 Similar Issues Found
I found some existing issues that might be related to this one. Please check if any of these are duplicates or contain helpful solutions:
#20128 issue: Characters are broken in 0.6.43
by frenzybiscuit • Dec 22, 2025 •
bug#19899 issue: openrouter Models not showing up in the model selection list.
by AZComputerSolutions • Dec 12, 2025 •
bug#19549 issue: usage model setting becomes unticked when model is changed
by YetheSamartaka • Nov 27, 2025 •
bug#19711 issue: Editing function for models broken
by skleffmann • Dec 03, 2025 •
bug#20327 issue: Unable to use any Open WebUI version newer than 0.6.25
by galvanoid • Jan 02, 2026 •
bugShow 5 more related issues
#19588 issue: Model group permissions
by apunkt • Nov 29, 2025 •
bug#18191 issue: v0.6.33 default model does not populate for standard users
by tkg61 • Oct 09, 2025 •
bug#19604 issue: Cannot create a custom model or edit a custom model because base model list is empty
by blazejp83 • Nov 30, 2025 •
bug#19214 issue: default model params take precedence over user-specified model params
by Simon-Stone • Nov 16, 2025 •
bug#19417 issue: v0.6.37 SQL Error
by AKHYP • Nov 24, 2025 •
bug💡 Tips:
This comment was generated automatically by a bot. Please react with a 👍 if this comment was helpful, or a 👎 if it was not.
@Classic298 commented on GitHub (Jan 2, 2026):
access controls - access permissions? did you verify the user has access to the models? did you delete browser cache? I cannot reproduce. Would need better steps to reproduce here.
@upvenus commented on GitHub (Jan 2, 2026):
It happens both on Chrome and Safari. And I did have access to those models pinned, as I am able to choose from the model list in the chat window. Browser cache, sure have cleared. I just happens, after the update.
@silentoplayz commented on GitHub (Jan 2, 2026):
I'm unable to reproduce on Firefox and Chrome on Ubuntu 24.04.3 LTS.
@upvenus commented on GitHub (Jan 4, 2026):
@Classic298 @silentoplayz I found the problem, and you can verify.
If you use your admin account to disable a common user's temporary chat ability, then this user will have problem to start a new chat, as well as using the pinned models.
@upvenus commented on GitHub (Jan 4, 2026):
created a pull request for this, https://github.com/open-webui/open-webui/pull/20367