when processing large binary data through multiple nodes, executions fail without a clear stack trace. Could this be related to the binary data mode and database storage strategy?
Describe the problem/error/question
What is the error message (if any)?
Please share your workflow
(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)
Hi @Ayomide_Breakthroug1 Welcome to the community!
As n8n stores binary data in ram this is certain to be happened, if you are self hosting first increase the ram capacity.
Hey, hard to say much without more context — can you share your workflow JSON, the n8n version you’re on, whether you’re using filesystem or default binary data mode, and any error messages from the execution logs or browser console? Even a screenshot of where it fails would help narrow this down.
Hey, hard to say much without more detail here — can you share your actual workflow JSON, what n8n version you’re on, how you’re running it (Docker/npm/cloud), and whether you see anything in the server logs when it fails? Also knowing your binary data mode setting (default vs filesystem) and roughly how large the payloads are would help narrow this down.