Hello,
I created an action with a Call API to add rows to a table. It was working ok but today I have got this error. When I add some rows it runs ok but when I add a group of 20 rows do not run. Do you have any idea where can be the problem?
Call API: Error
SyntaxError: Unexpected token
in JSON at position 630
at JSON.parse (<anonymous>)
at parse (/glide/node_modules/.pnpm/[email protected]/node_modules/body-parser/lib/types/json.js:89:19)
at /glide/node_modules/.pnpm/[email protected]/node_modules/body-parser/lib/read.js:128:18
at AsyncResource.runInAsyncScope (node:async_hooks:203:9)
at invokeCallback (/glide/node_modules/.pnpm/[email protected]/node_modules/raw-body/index.js:231:16)
at done (/glide/node_modules/.pnpm/[email protected]/node_modules/raw-body/index.js:220:7)
at IncomingMessage.onEnd (/glide/node_modules/.pnpm/[email protected]/node_modules/raw-body/index.js:280:7)
at IncomingMessage.emit (node:events:525:35)
at endReadableNT (node:internal/streams/readable:1358:12)
at processTicksAndRejections (node:internal/process/task_queues:83:21)