I recently came across a similar issue with size of the JSON payload. In my case, the app is ingesting JSON payload from an external source, which is much larger in size than the standard limit in the wappler setup.
You can increase the payload size limit in server.js file. However, it will require a regular maintenance as this file gets overwritten during each wappler update. Note: modifications in index.js are specific to my project.