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