Workflow stops at Code Node with error

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!

1 Like

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:

  1. Open the affected Code node

  2. Review and update your code, even if it’s just a minor edit or reformatting

  3. Save the workflow

  4. Test the execution

Let me know if this does help!

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.