[GH-ISSUE #2060] [BUG]: Document Upload Not Functioning for Default Users in Docker Installation on a multiuser setup #1343

Closed
opened 2026-02-22 18:24:21 -05:00 by yindo · 4 comments
Owner

Originally created by @spyroskotsakis on GitHub (Aug 7, 2024).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/2060

How are you running AnythingLLM?

Docker (local)

What happened?

In a Docker installation with multiple users enabled, the document upload functionality does not work for regular users. When the file selection popup opens and a document is chosen, no response or indication appears to show that the document has been attached to the chat. However, for Managers and Administrators, this functionality works without any issues. Additionally, no errors are found in the logs.

Is this a known issue?

Thanks!

Are there known steps to reproduce?

To reproduce the issue, set up a Docker installation with multiple users enabled. Log in to the application using a regular user account (default user type). Navigate to the chat section and attempt to upload a document by opening the file selection popup and choosing a document. Observe that there is no response or indication that the document has been attached to the chat.

Originally created by @spyroskotsakis on GitHub (Aug 7, 2024). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/2060 ### How are you running AnythingLLM? Docker (local) ### What happened? In a Docker installation with multiple users enabled, the document upload functionality does not work for regular users. When the file selection popup opens and a document is chosen, no response or indication appears to show that the document has been attached to the chat. However, for Managers and Administrators, this functionality works without any issues. Additionally, no errors are found in the logs. Is this a known issue? Thanks! ### Are there known steps to reproduce? To reproduce the issue, set up a Docker installation with multiple users enabled. Log in to the application using a regular user account (default user type). Navigate to the chat section and attempt to upload a document by opening the file selection popup and choosing a document. Observe that there is no response or indication that the document has been attached to the chat.
yindo added the possible bug label 2026-02-22 18:24:21 -05:00
yindo closed this issue 2026-02-22 18:24:21 -05:00
Author
Owner

@spyroskotsakis commented on GitHub (Aug 7, 2024):

I would expect that the default user can upload their own documents to the chat without affecting the workspace's default settings.

@spyroskotsakis commented on GitHub (Aug 7, 2024): I would expect that the default user can upload their own documents to the chat without affecting the workspace's default settings.
Author
Owner

@timothycarambat commented on GitHub (Aug 7, 2024):

Default users cannot upload documents, which is why nothing happens as it is gated on the backend to prevent that. The UI element allowing this is the bug.

@timothycarambat commented on GitHub (Aug 7, 2024): Default users cannot upload documents, which is why nothing happens as it is gated on the backend to prevent that. The UI element allowing this is the bug.
Author
Owner

@spyroskotsakis commented on GitHub (Aug 7, 2024):

@timothycarambat Thank you for clarifying. Are there any ongoing developments to make this feature available to default users? A workspace that offers more flexibility and allows interaction with each user's own data would be extremely helpful.
Thanks a lot!

@spyroskotsakis commented on GitHub (Aug 7, 2024): @timothycarambat Thank you for clarifying. Are there any ongoing developments to make this feature available to default users? A workspace that offers more flexibility and allows interaction with each user's own data would be extremely helpful. Thanks a lot!
Author
Owner

@timothycarambat commented on GitHub (Aug 7, 2024):

Indeed we do (would just be a custom role)
https://github.com/Mintplex-Labs/anything-llm/issues/1787

Considering the scope of this issue, we may add an intermediate role soon that basically allows "private workspace" so everyone can do their own thing without impacting anyone else.

@timothycarambat commented on GitHub (Aug 7, 2024): Indeed we do (would just be a custom role) https://github.com/Mintplex-Labs/anything-llm/issues/1787 Considering the scope of this issue, we may add an intermediate role soon that basically allows "private workspace" so everyone can do their own thing without impacting anyone else.
yindo changed title from [BUG]: Document Upload Not Functioning for Default Users in Docker Installation on a multiuser setup to [GH-ISSUE #2060] [BUG]: Document Upload Not Functioning for Default Users in Docker Installation on a multiuser setup 2026-06-05 14:40:15 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#1343