mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #13621] issue: saving prompts responds with 400 - something went wrong #55639
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 @Taxel on GitHub (May 7, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/13621
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.6.7
Ollama Version (if applicable)
No response
Operating System
Ubuntu 24.04
Browser (if applicable)
Chrome
Confirmation
README.md.Expected Behavior
When I save a prompt, it is saved.
Actual Behavior
A toast message "something went wrong :/" appears, no prompt is saved.
Steps to Reproduce
-> Error message instead of saving the prompt
Logs & Screenshots
Browser request:
Response:
On the server:
nothing else, although GLOBAL_LOG_LEVEL is DEBUG
Additional Information
This worked in a previous version but seems to be broken in (at least) 0.6.6 and 0.6.7.
Because of the generic error message I can only infer that this line is where the error appears, but I can't say why.
The issue appears with my admin user as well as the other users, logged in via Azure AD
@Taxel commented on GitHub (May 7, 2025):
Chat was also broken because the disk was full.
I expanded the volume, now it's all working again.