I have searched the existing issues and discussions.
I am using the latest version of Open WebUI.
Installation Method
Docker
Open WebUI Version
v0.6.12
Ollama Version (if applicable)
No response
Operating System
Debian 12
Browser (if applicable)
Edge (136.0.3240.76)
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 provided every relevant configuration, setting, and environment variable used in my setup.
I have clearly listed every relevant configuration, custom setting, environment variable, and command-line option that influences my setup (such as Docker Compose overrides, .env values, browser settings, authentication configurations, etc).
I have documented step-by-step reproduction instructions that are precise, sequential, and leave nothing to interpretation. My steps:
Start with the initial platform/version/OS and dependencies used,
Specify exact install/launch/configure commands,
List URLs visited, user input (incl. example values/emails/passwords if needed),
Describe all options and toggles enabled or changed,
Include any files or environmental changes,
Identify the expected and actual result at each stage,
Ensure any reasonably skilled user can follow and hit the same issue.
Expected Behavior
Changing access settings to public should get saved and reflected in the UI afterwards.
Actual Behavior
I cannot save the access settings for any entries in the prompts section of the workspace.
They always are set to private, changing them and clicking 'create' afterwards does not save it.
Steps to Reproduce
Open the workspace section
Click on "Prompts"
Create a new Prompt
Change "access" settings in the upper right to "public"
Originally created by @lineg-it on GitHub (May 29, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/14501
### Check Existing Issues
- [x] I have searched the existing issues and discussions.
- [x] I am using the latest version of Open WebUI.
### Installation Method
Docker
### Open WebUI Version
v0.6.12
### Ollama Version (if applicable)
_No response_
### Operating System
Debian 12
### Browser (if applicable)
Edge (136.0.3240.76)
### 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 **provided every relevant configuration, setting, and environment variable used in my setup.**
- [x] I have clearly **listed every relevant configuration, custom setting, environment variable, and command-line option that influences my setup** (such as Docker Compose overrides, .env values, browser settings, authentication configurations, etc).
- [x] I have documented **step-by-step reproduction instructions that are precise, sequential, and leave nothing to interpretation**. My steps:
- Start with the initial platform/version/OS and dependencies used,
- Specify exact install/launch/configure commands,
- List URLs visited, user input (incl. example values/emails/passwords if needed),
- Describe all options and toggles enabled or changed,
- Include any files or environmental changes,
- Identify the expected and actual result at each stage,
- Ensure any reasonably skilled user can follow and hit the same issue.
### Expected Behavior
Changing access settings to public should get saved and reflected in the UI afterwards.
### Actual Behavior
I cannot save the access settings for any entries in the prompts section of the workspace.
They always are set to private, changing them and clicking 'create' afterwards does not save it.
### Steps to Reproduce
1. Open the workspace section
2. Click on "Prompts"
3. Create a new Prompt
4. Change "access" settings in the upper right to "public"
5. Save it.
6. Open it again and see that it is still "private"
### Logs & Screenshots
```
2025-05-29 21:04:37.999 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - <redacted>:0 - "POST /api/v1/prompts/command/test_prompt/update HTTP/1.1" 200 - {}
2025-05-29 21:04:38.010 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - <redacted>:0 - "GET /api/v1/prompts/ HTTP/1.1" 200 - {}
2025-05-29 21:04:38.046 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - <redacted>:0 - "GET /api/v1/prompts/list HTTP/1.1" 200 - {}
2025-05-29 21:04:38.056 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - <redacted>:0 - "GET /api/v1/prompts/ HTTP/1.1" 200 - {}
```
### Additional Information
_No response_
GiteaMirror
added the bug label 2026-04-19 22:59:46 -05:00
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 @lineg-it on GitHub (May 29, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/14501
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.6.12
Ollama Version (if applicable)
No response
Operating System
Debian 12
Browser (if applicable)
Edge (136.0.3240.76)
Confirmation
README.md.Expected Behavior
Changing access settings to public should get saved and reflected in the UI afterwards.
Actual Behavior
I cannot save the access settings for any entries in the prompts section of the workspace.
They always are set to private, changing them and clicking 'create' afterwards does not save it.
Steps to Reproduce
Logs & Screenshots
Additional Information
No response
@tjbck commented on GitHub (May 29, 2025):
Good catch, addressed with
9be22cb637