mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 06:03:26 -05:00
Document/Create Error 500 Docker Container Unwritable #709
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 @alkaris2 on GitHub (Apr 24, 2024).
Bug Report
Description
I'm getting Internal Server Error 500 when attempting to create or add Modelfiles to Open WebUI. Error 500 is displayed, as Docker container is not writable by default, so it will not allow create or import of Modelfiles.
WebUI also seems to not understand Modelfiles that don't have JSON file type extension, but also unable to read the file when JSON is affixed to the file name.
Bug Summary:
Attempt to Import or Manually add Modelfiles, and get Error 500 when it can't write file inside the docker container.
Steps to Reproduce:
Copied commands from documentation;
Expected Behavior:
Create and import Modelfiles without issue.
Actual Behavior:
Internal Server Error 500 - Cannot write to Docker container.
Environment
Open WebUI Version: v0.1.120
(latest)
Operating System: Manjaro Linux 23.1.3
Browser (if applicable): Firefox 124.01
Reproduction Details
Confirmation:
Logs and Screenshots
Installation Method
Docker install setup
@liubin595338764 commented on GitHub (Apr 24, 2024):