Description
I have installed this project on AWS Elastic beanstalk. Have added s3 adapter in parse server and configured everything. The app is able to uploaded images into the bucket and I have confirmed it.
Our app lets users record video and upload it to backend - with parse server this is failing. The video file size is around 1-5MB, I see this error in the server logs
2016/05/03 01:47:56 [error] 3301#0: *189 client intended to send too large body: 1097919 bytes, client: 10.186.165.111, server: , request: "POST /parse/files/ADAF1714-9C6E-4EEC-BCDE-0405F2EBB50E.mp4 HTTP/1.1", host: "api.snapchat.com"
2016/05/03 01:48:57 [error] 3301#0: *255 client intended to send too large body: 1097919 bytes, client: 10.186.165.111, server: , request: "POST /parse/files/ADAF1714-9C6E-4EEC-BCDE-0405F2EBB50E.mp4 HTTP/1.1", host: "api.snapchat.com"
Any idea how to increase file size limit? Or am i doing something wrong?