Replies: 3 comments 7 replies
-
|
same problem here.... |
Beta Was this translation helpful? Give feedback.
-
|
There are two limits to set for this, 1. is UPLOAD_MAX_SIZE on settings.py, and then the client_max_body_size on deploy/docker/nginx.conf Try them out and report here if they solve this, thanks! |
Beta Was this translation helpful? Give feedback.
-
|
I decided to use Caddy vs NGINX (preference) and seemed to have fixed this issue with my setup, as I saw similar issues. I am using docker, hence leveraging local_settings.py. Inject new nginx.conf Caddy file: I also added this to my local_settings.py: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the issue
When I upload large files, it always fails.
To Reproduce
Steps to reproduce the issue:
docker compose up -dExpected behavior
Upload succeeds.
Screenshots
Environment (please complete the following information):
** Additional Context**
I tried increasing timeout and it's still not working
Beta Was this translation helpful? Give feedback.
All reactions