Since the recent n8n update, my workflows are getting stuck on the Code Node. The execution doesn’t fail or error out; it just hangs indefinitely.
I’ve already set N8N_BLOCK_ENV_ACCESS_IN_NODE=false, but it hasn’t resolved the issue.
Hey @Vexflux It looks like many users have been reporting similar stalling issues following the recent update. After some troubleshooting, updating the code, should successfully resolve this issue.
Hope it helps!
Thanks figured it out
I updated the code, which successfully resolved the issue.
thank you
what do you guys mean by updating the code?
do you mean the nodes or the code itself?
HAving major issues across many workflows with this now thank you.
@jakeThai If your workflows are hanging on Code nodes after a n8n update:
-
Open the affected Code node
-
Review and update your code, even if it’s just a minor edit or reformatting
-
Save the workflow
-
Test the execution
Let me know if this does help!
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.