mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
Large File Uploads to Documents in Open WebUI Workspace Fail on GCE #1550
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 @JeJoeWa on GitHub (Jul 17, 2024).
Description
Bug Summary:
When attempting to upload "large files" (over 5 MB) using the Open WebUI interface, the upload fails silently. Smaller files upload and process without issues.
Steps to Reproduce:
Set up Open WebUI following the installation guide for Installing Open WebUI with Bundled Ollama Support
Attempt to upload a small file (e.g., under 5 MB) through the Open WebUI interface and Documents (RAG).
Observe that the file uploads successfully and is processed.
Attempt to upload a large file through the Open WebUI interface.
Observe that the upload fails silently without any errors in the logs.
Expected Behavior:
Large files should upload successfully and be processed similarly to smaller files.
Actual Behavior:
Large files fail to upload, and there is no indication in the logs that the POST request to /rag/api/v1/process/doc is being made.
Environment
Open WebUI Version: 0.3.10
Operating System: Ubuntu 20.04 on Google Compute Engine (GCE)
Browser (if applicable): Chrome 103.0
Reproduction Details
Docker Container Logs:
Logs for successful upload of a small file:
Logs for failed upload of a large file:
Installation Method
Installed using Docker on Google Compute Engine (GCE).
Additional Information
Verified that there are no GCE firewall rules or network settings limiting the upload size.
No explicit error messages in the logs indicating why the upload fails.
Smaller files upload and process without issues, indicating the general setup is correct.