कारतोफ्फेलस्क्रिप्ट™
कारतोफ्फेलस्क्रिप्ट™
This particular error comes from the generic S3 node [still reading the files into memory](https://github.com/n8n-io/n8n/blob/master/packages/nodes-base/nodes/S3/S3.node.ts#L838) for the `upload` operation. A quick fix would be to switch to streaming. However this...
The latest version of the HTTP node [already](https://github.com/n8n-io/n8n/pull/5610) supports streaming binary data since 8 months. I suspect either your workflow is using an older version of the http node, or...
`socket hang up` sounds like a completely different error though. That sounds like the server you are trying to talk to failed to respond in a timely manner.
I started moving these endpoints into a separate controller [here](https://github.com/n8n-io/n8n/pull/8152). Added some unit tests as well. I'll close that PR, but maybe have a look to see if we can...
@dominikmukrecki Thanks for the detailed report 💟. Unfortunately I'm not able to reproduce this so far. We are also not seeing this issue for any of our cloud users. I've...
@TauTauBenn was this resolved for you?
The issue here is that Code node has to create a sandbox for each input item. so, in the second code node you end up creating thousands of JS VMs,...
jumping back on this now.
closing in favor of https://github.com/n8n-io/n8n/pull/9453
@johnyb0y I was thinking the same, and was trying to figure out where to put such a notice to that anyone who uses the compose file directly from this repo...