Inject Node - Max size of JSON payload

Hi,

What is the max size for the payload in a inject node?

I have a JSON it say it is too large

PayloadTooLargeError: request entity too large
    at readStream (C:\Users\xxxx\AppData\Roaming\npm\node_modules\node-red\node_modules\raw-body\index.js:156:17)

Hello .. according to the settings.js description (source) the default max size of the json data is 5MB
that can be changed by editing the apiMaxLength property

Related Topic Link

2 Likes

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.