Request body larger than maxBodyLength limit

Describe the issue/error/question

I’m trying to download images from RSS and then upload to imgur.com and fetch the uploaded link.
When I try to execute the nodes an error appears in the Upload to Imgur node saying : Request body larger than maxBodyLength limit

What is the error message (if any)?

{"status":"rejected","reason":{"message":"Request body larger than maxBodyLength limit","name":"Error [ERR_FR_MAX_BODY_LENGTH_EXCEEDED]","stack":"Error [ERR_FR_MAX_BODY_LENGTH_EXCEEDED]: Request body larger than maxBodyLength limit\n at RedirectableRequest.write (/usr/lib/node_modules/n8n/node_modules/follow-redirects/index.js:102:24)\n at FormData.ondata (internal/streams/legacy.js:20:31)\n at FormData.emit (events.js:400:28)\n at FormData.CombinedStream.write (/usr/lib/node_modules/n8n/node_modules/combined-stream/lib/combined_stream.js:138:8)\n at FormData.CombinedStream._pipeNext (/usr/lib/node_modules/n8n/node_modules/combined-stream/lib/combined_stream.js:126:8)\n at FormData.CombinedStream._realGetNext (/usr/lib/node_modules/n8n/node_modules/combined-stream/lib/combined_stream.js:99:10)\n at FormData.CombinedStream._getNext (/usr/lib/node_modules/n8n/node_modules/combined-stream/lib/combined_stream.js:82:12)\n at FormData.CombinedStream.resume (/usr/lib/node_modules/n8n/node_modules/combined-stream/lib/combined_stream.js:154:10)\n at FormData.CombinedStream.pipe (/usr/lib/node_modules/n8n/node_modules/combined-stream/lib/combined_stream.js:66:8)\n at dispatchHttpRequest (/usr/lib/node_modules/n8n/node_modules/axios/lib/adapters/http.js:326:10)","code":"ERR_FR_MAX_BODY_LENGTH_EXCEEDED"}}

Stack

NodeApiError: UNKNOWN ERROR - check the detailed error for more information
    at Object.execute (/usr/lib/node_modules/n8n/node_modules/n8n-nodes-base/dist/nodes/HttpRequest/HttpRequest.node.js:923:27)
    at processTicksAndRejections (internal/process/task_queues.js:95:5)
    at async /usr/lib/node_modules/n8n/node_modules/n8n-core/dist/src/WorkflowExecute.js:454:47

Please share the workflow

Share the output returned by the last node

Information on your n8n setup

  • n8n version: 0.177.0
  • Database you’re using (default: SQLite):
  • Running n8n with the execution process [own(default), main]:
  • Running n8n via [Docker, npm, n8n.cloud, desktop app]: npm

Hey @Ruriko, I am sorry to hear you’re having trouble here. Could you confirm if one of your files is larger than 10 MB? If so, you might be affected by this problem: