mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[GH-ISSUE #19335] issue: model page Save & Update button not working in latest dev version #57510
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 @jtabox on GitHub (Nov 21, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/19335
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.6.36
Ollama Version (if applicable)
No response
Operating System
Ubuntu 24.04
Browser (if applicable)
Chrome 142.0.7444.176
Confirmation
README.md.Expected Behavior
Tried updating a model's parameters in its page in Workspace, clicked the
Save & Updatebutton that usually does what it says and closes the model page.Actual Behavior
The
Save & Updatebutton doesn't do what it says. Specifically, it does nothing. Reloading the model page resets any changes made, they're not saved.According to Chrome Devtools, the correct endpoint (
/api/v1/models/model/update) is called with the correct payload, but the server response isnull.Multiple error lines spawn in the Docker logs, see below.
Everything else seems to be working fine, it's only this model update functionality that's broken,.
Steps to Reproduce
Running OWUI in a Docker container on an Ubuntu Server 24.04, serving it via https (behind NPM). Just updated to the latest dev version and the issue appeared.
Save & UpdateLogs & Screenshots
Additional Information
The issue occurs regardless of which LLM is selected for the model.
@tjbck commented on GitHub (Nov 21, 2025):
Good catch, addressed in dev!