413 request entity too large
-
I use AWS Beanstalk, and whenever I send an API request, I receive a 413 response. The same error also occurs when I try to add data to JSReport Studio.
Moreover, I added
"extensions.express.inputRequestLimit: 200mb"
"extensions_express_inputRequestLimit: 200mb"
-
You need to configure your web server/nginx properly.
https://www.cyberciti.biz/faq/linux-unix-bsd-nginx-413-request-entity-too-large/
https://medium.com/@svsh227/error-413-request-entity-too-large-in-nginx-with-client-max-body-size-changes-in-nginx-6aacd525fe11