So im getting this error when i try to add an new record to my quotations table.
10:7:5.934 | SERVER_CODE | ERROR | [2815074] Error: URI length exceeds the configured limit of 16384 characters from 10.42.1.14:40370 at checkStatus (/usr/local/lib/node_modules/backendless-coderunner/node_modules/backendless-request/lib/request.js:330:9) at processTicksAndRejections (internal/process/task_queues.js:95:5)
Everytime the business logic is triggerd when the record is added. This adds an new relations and has and executes an function that generates an PDF the error seems to be occuring right before this function is triggerd.
So this console.log gets executed but when im inside the function of the PDFmanager the first console.log from the PDFmanager function doesnt get exectuted. Im guessing that the problem is ucuring when im passing in the arguments to the function. But the length of the arguments doesnt exceed 16384 characters.
console.log(“starting document”)
this function doesnt work.