Error 413 upload multiple file to S3 #1298
-
Hello, i tried to upload multiple image to S3 i did with multipart.file (Streamming), work fine but if i want to to upload a big image like 2mb each one the server return 413 error. So i look for a solution and make other request to upload the file with a for of loop but the server return the same error. i can upload 5 image is the size is 1mb or low.. here my example request.multipart.file('file', {}, async file => {
}); Sorry for my bad english is not my first language. i hope you can help me |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Is S3 returning 413 or AdonisJS? |
Beta Was this translation helpful? Give feedback.
Is S3 returning 413 or AdonisJS?
If it's S3 then maybe there is some setting in there? 🤔
Also worth to check any proxies you have between client and Adonis (like Nginx) maybe upload size is limited in there