mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-12 01:54:38 -05:00
Error Message Displayed Despite Successful Upload of CSV File #756
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).
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.