N8N Production Webhook - Workflow execution had an error

Hello, I am running into an issue with the latest version of N8N. I am hosting my instance on railway with workers.

Describe the problem/error/question

  • Issue is the production webhook is producing “workflow execution has an error”
  • Tested on a “test” webhook and it is operational

Tried the Following to Fix the Issue:

  • Restarting and redeploying n8n instance on Railway
  • Deactivated and Re-activated workflow
  • Created a brand new workflow for web hook

What is the error message (if any)?

Workflow execution had an error
Error: Cannot read properties of undefined (reading ‘execute’)

Problem executing workflow
There was a problem executing the workflow.
Error: Cannot read properties of undefined (reading ‘execute’)

Error seen within debug editor

![image|407x357](upload://cByVz0XPVeBUCjoeGxYdx4m5SAb.png)

Information on your n8n setup

  • n8n version: 1.103.2
  • Running n8n via (Docker, npm, n8n cloud, desktop app):Railway with workers

Reuploading image from before.

There were a few posts about a similar error:

http://community.n8n.io/t/extremely-strange-adding-ai-node-to-canvas-with-telegram-causes-workflow-to-not-trigger

http://community.n8n.io/t/cannot-read-properties-of-undefined-reading-execute-error-in-production-mode-only

Thank you for sharing those.

I tried the fixes but no avail so far.

Did you manage to solve it?