mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 02:48:13 -05:00
bug: uploaded files leaking to other user chats #1774
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 @dartcrossett on GitHub (Aug 14, 2024).
Originally assigned to: @tjbck on GitHub.
Bug Report
Installation Method
Using the docker image deployed to a kubernetes environment in a multi-user environment.
Environment
Open WebUI Version: v0.3.12
Ollama (if applicable): N/A
Operating System: All
Browser (if applicable): All
Confirmation:
Expected Behavior:
When I attach a file to a chat (Upload File) and Open WebUI can't extract text from the file, it should not include any file in the chat session.
Actual Behavior:
When I attach a file (ex Word Doc, PDF without text) and Open WebUI can't extract any contents, I get the following error and if I submit the message to the LLM, the last successfully uploaded file by any user is used instead and is returned the Chat UI.
Description
Bug Summary:
The ChatUI is leaking files uploaded by other users available when an empty document is uploaded.
Reproduction Details
Steps to Reproduce:
User2's session will return the document from User1.
Logs and Screenshots
Browser Console Logs:
1723661049293.log
Docker Container Logs:
[Include relevant Docker container logs, if applicable]
Screenshots/Screen Recordings (if applicable):
Additional Information
@mootfrost commented on GitHub (Aug 16, 2024):
still present in 0.3.13
@portillof commented on GitHub (Aug 22, 2024):
➕
@TheMasterFX commented on GitHub (Aug 23, 2024):
I also observed this behavior but the User 2 didn't even upload any file 😱
@tjbck commented on GitHub (Aug 23, 2024):
Fixed on dev.