mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-08 04:16:03 -05:00
issue: Document processing (Tika) times out silently after 60 s from frontend #5568
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 @jakehlee on GitHub (Jun 17, 2025).
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.6.15
Ollama Version (if applicable)
v0.9.0
Operating System
RHEL 9.5
Browser (if applicable)
Chrome 137.0
Confirmation
README.md.Expected Behavior
Actual Behavior
After dragging and dropping the file into the browser, a spinning file icon indicated that the model was in the process of uploading. After 60 seconds, this icon disappeared without a warning message, despite the logs indicating that Tika was still processing the file, and eventually added to the document store.
Steps to Reproduce
Run the
docker://ollama/ollamaimage with its configuration.Run the
docker://ghcr.io/open-webui/open-webui:mainimage with the following relevant environmental variable configurations:docker://apache/tika:latest-fullimage with the following custom configuration:docker://nginx:alpineimage with the following custom configuration:Drag and drop a large PDF with many OCR images into open-webui.
Logs & Screenshots
The following is all shown in chronological order.
Immediately after file drag-and-drop:
Server logs:
(first time log message)
Subsequently,
At this point, the file upload disappears silently from open-webui without a warning message, with the following in the console logs:
Meanwhile, the backend keeps going:
Indicating that Tika did, in fact, return a valid extraction and that it was added to the vector_db; however, it remains missing from the frontend.
Additional Information
Thank you!!!
@jakehlee commented on GitHub (Jun 17, 2025):
Disregard - this seems to be an issue with browser configuration. It will happily wait for several minutes with a different browser.