-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
413 Request Entity Too Large; 25 MB file upload #2844
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Of course, after submitting, I re-read the commit for #604 again. The docs state: "Max file size for uploads. Defaults to 20 MB." so I used Not closing it because it feels like there's some sort of bug here, even if it's just the docs needing to be slightly clearer. |
@lewellyn yep the error is not clear... but it's slightly more secure than saying, that's too big, max file size is 20mb. If you feel this should be reported with the size, please open on the https://github.com/stream-utils/raw-body Thanks! |
I'm getting this same error uploading a 1.8 MB file while having (the default) 20 MB file size limit. Any ideas, why I'm getting this? FYI: Using Parse-Server 2.3.7 on DigitalOcean 14.04, with S3 Bucket and mLab hosted DB. |
My bad, it turned out it was the NGINX upload limit, which was defaulting to 1mb. |
Issue Description
Using Parse Server 2.2.22, which should have the fix for #536 landed, we are unable to upload large files.
Steps to reproduce
Expected Results
Successful upload, with a 200 response.
Actual Outcome
Environment Setup
Logs/Trace
The text was updated successfully, but these errors were encountered: