You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I make a post request which contains a large body I get this error:
internal/child_process.js:319
throw errnoException(err, 'spawn');
^
Error: spawn E2BIG
at exports._errnoException (util.js:1050:11)
at ChildProcess.spawn (internal/child_process.js:319:11)
at Object.exports.spawn (child_process.js:378:9)
at module.exports (/Users/Leon/Desktop/demo-repository/node_modules/curlrequest/spawn.js:19:30)
at Object.exports.request (/Users/Leon/Desktop/demo-repository/node_modules/curlrequest/index.js:248:17)
at Object.<anonymous> (/Users/Leon/Desktop/demo-repository/test.js:40:10)
at Module._compile (module.js:571:32)
at Object.Module._extensions..js (module.js:580:10)
at Module.load (module.js:488:32)
at tryModuleLoad (module.js:447:12)
When I try to send a smaller file (smaller body) it works. When I send the request using Postman I works as well even with the large file.
The text was updated successfully, but these errors were encountered:
When I make a post request which contains a large body I get this error:
When I try to send a smaller file (smaller body) it works. When I send the request using Postman I works as well even with the large file.
The text was updated successfully, but these errors were encountered: