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.22
Ollama Version (if applicable)
Operating System
Ubuntu 24.04
Browser (if applicable)
Edge
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
The expected beaviour would be that temporary chats also function with the role user.
Actual Behavior
Currently, these only work with the user role admin.
Steps to Reproduce
Start a open-webui container
Configure a user with the role user
Log in with that particular user
Select a model and select temporary chat
Send a message
The message 404: Something went wrong :/ will be displayed to the user
Logs & Screenshots
Network request:
No error is visible in the docker container logs
Furthermore, this request is not forwarded by open-webui, meaning that the request is not forwarded to the model that was actually selected.
Additional Information
No response
Originally created by @flogruber on GitHub (Aug 19, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/16731
### 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.22
### Ollama Version (if applicable)
-
### Operating System
Ubuntu 24.04
### Browser (if applicable)
Edge
### 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
The expected beaviour would be that temporary chats also function with the role `user`.
### Actual Behavior
Currently, these only work with the user role `admin`.
### Steps to Reproduce
1. Start a open-webui container
2. Configure a user with the role `user`
3. Log in with that particular user
4. Select a model and select `temporary chat`
5. Send a message
6. The message `404: Something went wrong :/` will be displayed to the user
### Logs & Screenshots
Network request:
<img width="359" height="69" alt="Image" src="https://github.com/user-attachments/assets/dce20647-1bd0-4fa2-844f-959d4bcd63c3" />
No error is visible in the docker container logs
Furthermore, this request is not forwarded by open-webui, meaning that the request is not forwarded to the model that was actually selected.
### Additional Information
_No response_
GiteaMirror
added the bug label 2026-04-19 23:55:29 -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 @flogruber on GitHub (Aug 19, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/16731
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.6.22
Ollama Version (if applicable)
Operating System
Ubuntu 24.04
Browser (if applicable)
Edge
Confirmation
README.md.Expected Behavior
The expected beaviour would be that temporary chats also function with the role
user.Actual Behavior
Currently, these only work with the user role
admin.Steps to Reproduce
usertemporary chat404: Something went wrong :/will be displayed to the userLogs & Screenshots
Network request:
No error is visible in the docker container logs
Furthermore, this request is not forwarded by open-webui, meaning that the request is not forwarded to the model that was actually selected.
Additional Information
No response
@tjbck commented on GitHub (Aug 19, 2025):
Should be addressed in dev. Duplicate.