[GH-ISSUE #3309] [BUG]: Failed to upload large file #2129

Closed
opened 2026-02-22 18:28:15 -05:00 by yindo · 1 comment
Owner

Originally created by @cat4holy on GitHub (Feb 21, 2025).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/3309

How are you running AnythingLLM?

Docker (remote machine)

What happened?

I have deployed the service on a cloud server, but when uploading files that are slightly larger in size (over 10MB), the upload fails. The file continues to upload indefinitely but never completes successfully.

Are there known steps to reproduce?

No response

Originally created by @cat4holy on GitHub (Feb 21, 2025). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/3309 ### How are you running AnythingLLM? Docker (remote machine) ### What happened? I have deployed the service on a cloud server, but when uploading files that are slightly larger in size (over 10MB), the upload fails. The file continues to upload indefinitely but never completes successfully. ### Are there known steps to reproduce? _No response_
yindo added the possible bug label 2026-02-22 18:28:15 -05:00
yindo closed this issue 2026-02-22 18:28:15 -05:00
Author
Owner

@timothycarambat commented on GitHub (Feb 22, 2025):

Please pull container logs, this is not informative enough to really solve the issue. My guess is that you are running a proxy in front of the container (NGNIX, etc) and the default file upload limit on something like NGINX is 1MB - so you need to modify that to allow larger uploads.

AnythingLLM does not impose a max file upload size.

@timothycarambat commented on GitHub (Feb 22, 2025): Please pull container logs, this is not informative enough to really solve the issue. My guess is that you are running a proxy in front of the container (NGNIX, etc) and the default file upload limit on something like NGINX is 1MB - so you need to modify that to allow larger uploads. AnythingLLM does not impose a max file upload size.
yindo changed title from [BUG]: Failed to upload large file to [GH-ISSUE #3309] [BUG]: Failed to upload large file 2026-06-05 14:44:42 -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#2129