Apollo not uploading large files
blynchNDI opened this issue · 3 comments
The elections team has run into an issue where Apollo appears to not be accepting a file for upload because it is too large. The file is rejected on the upload screen as seen below. If the file is reduced to any given pair of columns it can be uploaded ok - it is only when a certain number of columns/characters are included that the file is rejected. I've sent over the file in question that is causing issues
after testing, the file is being rejected as being too large by CloudFlare. I was able to upload in Apollo locally without issues.
Edited comments to remove information that may be confidential.
Thanks for the help on this, it indeed wasn't an Apollo error. It actually occurred even without cloudflare on and ended up being an Nginx error. Adding the line client_max_body_size 20M;
to nginx.conf
on the server fixed it.