Hi,
I’m running into errors when attempting to post large payloads (payload includes files) via the HTTP node. I’m assuming I’m running into the max request size limit of axios behind the scenes.
Two questions:
- What is the default maximum request size?
- Can this default be modified via configuration options?