Nginx configuration issue - uploading print images

Hello there,

While uploading images for a print, i stumbled upon the issue that images seemingly don’t get uploaded and it just says that it’s processing - no error shown. After examining the request response there is an nginx issue 413 Request Entity Too Large. Reducing the image size below 1MB worked and the images got uploaded.

Basic Nginx troubleshooting
Search for syntax errors or warnings in the configuration.
Check that Nginx is running.
Verify that the ports are open and the service is listening.
Check if Nginx processes requests.
Check the logs.
Check permissions.
Reload the service.
Enable de debug mode.

Regards,
Rachel Gomez