n8n: Problem with execution 545
ken199191964
HOBBYOP

2 months ago

I am using n8n smoothly before; but starting from this week. When I run my n8n, I can't get the response there. When I check the log, I notice that there is an error below. May I know how to fix it? I run my flow well before.

Problem with execution 545: Error: Cannot read properties of undefined (reading 'execute'). Aborting.

Error: Cannot read properties of undefined (reading 'execute') (execution 545)
$10 Bounty

2 Replies

douefranck
FREE

2 months ago

hey if using n8n 2.0 it requires task runners to work properly and the error youre seeing happens when task runners arent configured. quick fix is to add this environment variable to your n8n service: N8N_RUNNERS_ENABLED=false and redeploy. this will temporarily disable task runners and your workflows should work again. alternatively railway has an official template called "n8n w/ workers + task runner" that has everything set up correctly if you want to start fresh with proper task runner support. the first option is fastest to get you running again


ken199191964
HOBBYOP

2 months ago

I try to change that variable; however, I cant change it. I try to change via the edit (image below); however, it does not reflect the "false" after I save.

May I have your advice what should I do?

Attachments


Loading...