Skip to content
Advertisement

Tag: amazon-elastic-beanstalk

Multipart/form-data request to AWS Elastic Beanstalk returns status 500

I have an API in my web application that makes it possible for users to upload files (audio and images), and everything works perfectly fine when I use an npm module like multer or multiparty for the parsing of the files. However, when I run this application on AWS Elastic Beanstalk, any multipart/form-data request to the server fails. (Note: I

Advertisement