Hi, thank you for what look like a great product so far!
I’ve been put in charge of testing the Backendless Pro on an Ubuntu-server, but we get this error when recieving images. We recieve images as Base64 in the initial request to the Backendless API.
This is the log from a camera:
Error sending JSON notification (UA30896): 413. <html>
<head><title>413 Request Entity Too Large</title></head>
<body>
<center><h1>413 Request Entity Too Large</h1></center>
<hr><center>nginx</center>
</body>
</html>
It seems to us that we need to adjust the nginx-configuration to accept higher limits for Base64, specifically setting this client_max_body_size 10m;.
However, we are unsure if this will be sufficient - and if there are any other Backendless-properties that also must be changed.
Please clearify if you have any settings/properties that we must change in addition to the nginx-config, to allow up to 10MB