mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-22 06:02:06 -05:00
File uploads not working #3485
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 @dxkyy on GitHub (Jan 29, 2025).
Bug Report
When I upload a file and try to ask any LLM something about it, nothing happens. The LLMs don't even get loaded into memory.
and the browser console gets spammed with this:
Installation Method
Docker compose
Environment
Open WebUI Version: v0.5.7
Ollama (if applicable): v0.5.7
Operating System: Windows 11, but OpenWebUI is hosted on a debian vps
Browser (if applicable): Brave v1.74.50
Expected Behavior:
I should be able to upload a file and the LLM should be able to read the file.
Actual Behavior:
Nothing happens.
Description
Bug Summary:
File uploads arent working.
Reproduction Details
Steps to Reproduce: