Hi,
Using the instagram clone app, I am posting an image which is only 2.3Mb, but I am getting this error about not being able to convert more than 2.8Mb (I thought the limit was 10Mb anyway):
10:13:00 | SERVER_CODE | INFO | [14057] error - Error: Cannot save files created from byte array when the payload exceeds 2,800,000 bytes at new ResponseError (/usr/local/lib/node_modules/backendless-coderunner/node_modules/backendless-request/lib/index.js:42:116) at checkStatus (/usr/local/lib/node_modules/backendless-coderunner/node_modules/backendless-request/lib/index.js:237:9) at processTicksAndRejections (internal/process/task_queues.js:97:5) { code: 6016, status: 400, headers: { ‘access-control-allow-origin’: ‘*’, ‘access-control-allow-methods’: ‘POST, GET, OPTIONS, PUT, DELETE, PATCH’, date: ‘Fri, 11 Jun 2021 08:13:00 GMT’, connection: ‘close’, ‘content-type’: ‘application/json’, ‘content-length’: ‘123’ }, body: { code: 6016, message: ‘Cannot save files created from byte array when the payload exceeds 2,800,000 bytes’, errorData: {} } }
Thanks,
Toby