mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #1842] Error Message Displayed Despite Successful Upload of CSV File #12652
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 @ab2pentest on GitHub (Apr 29, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/1842
Bug Report
Description
Bug Summary:
When attempting to upload a CSV file with a size of 18 MB, the system displays an error message
Something went wrong :/ Error loading /app/backend/data/uploads/posts_dataset.csv, even though the file is successfully uploaded.Steps to Reproduce:
Expected Behavior:
The system should successfully upload the CSV file without displaying any error messages.
Actual Behavior:
The system displays the error message
Something went wrong :/ Error loading /app/backend/data/uploads/posts_dataset.csv, despite the file being uploaded successfully.Environment
Open WebUI Version: v0.1.122
Ollama Version: 0.1.32
Operating System: Linux Ubuntu
Docker Version: 26.1.0
Reproduction Details
Confirmation:
Logs and Screenshots
Installation Method
I am using the Docker image for installation.