Hello n8n Community,
I’m encountering an issue on n8n Cloud where workflows containing Code nodes never complete—each Code node enters an infinite “executing” state and blocks the rest of the workflow. No errors are thrown; the nodes simply hang.
Steps to Reproduce
- Create or import any workflow containing one or more Code nodes.
- Trigger the workflow manually or via webhook.
- Observe that each Code node starts running but never finishes, preventing downstream nodes from executing.
Expected Behavior
Each Code node should execute its JavaScript, return its output, and allow the workflow to proceed normally.
Environment
- Platform: n8n Cloud (hosted, managed service)
- Other environment details (OS, n8n version, Node.js version, database, execution mode) are managed by the platform and not directly accessible.
I’ve already replaced one of the three Code nodes with alternative components (which worked), but the remaining two are essential and still hang. Any insights or suggestions for resolving this on n8n Cloud would be greatly appreciated. I can share example workflows or logs if needed.
Thank you!