mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-27 17:04:57 -05:00
[GH-ISSUE #14894] issue: Notes creation and viewing is showing 403 Forbidden error for normal users but works fine for admin user #120706
Reference in New Issue
Block a user
Originally created by @ZaibanAli on GitHub (Jun 11, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/14894
Originally assigned to: @tjbck on GitHub.
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.6.14
Ollama Version (if applicable)
No response
Operating System
Ubuntu 24.04
Browser (if applicable)
Chrome
Confirmation
README.md.Expected Behavior
Notes should be able to be viewed and created by normal users when the permission is active for Notes and not only the admin users.
Actual Behavior
403 Forbidden error is shown when the normal user tries to create a note or wants to view the already available one.
GET https://domain.com/api/v1/notes/ff60838b-b865-4d8e-9e66-f4c5020dbdeb 403 (Forbidden)Steps to Reproduce
Logs & Screenshots
Docker logs:
In browser console:
GET https://domain.com/api/v1/notes/ff60838b-b865-4d8e-9e66-f4c5020dbdeb **403 (Forbidden)**Additional Information
No response
@zzzjinwook commented on GitHub (Jun 13, 2025):
I’m experiencing the same error :(
@anfedoro commented on GitHub (Jun 13, 2025):
same for me
@tjbck commented on GitHub (Jun 16, 2025):
Addressed in dev!
@ZaibanAli commented on GitHub (Jun 16, 2025):
Works in new release 💪. @tjbck Thanks!