n8n icon indicating copy to clipboard operation
n8n copied to clipboard

Webhooks failing after updating to ver 1.70.0

Open Toolfolks opened this issue 2 months ago • 6 comments

Bug Description

{ "errorMessage": "Cannot read properties of undefined (reading 'getNode')", "errorDetails": {}, "n8nDetails": { "n8nVersion": "1.70.0 (Self Hosted)", "binaryDataMode": "default", "stackTrace": [ "TypeError: Cannot read properties of undefined (reading 'getNode')", " at WebhookContext.webhook (C:\Users\sales\AppData\Roaming\npm\node_modules\n8n-nodes-base\nodes\Webhook\Webhook.node.ts:182:64)", " at Workflow.runWebhook (C:\Users\sales\AppData\Roaming\npm\node_modules\n8n\node_modules\n8n-workflow\src\Workflow.ts:1265:29)", " at Object.executeWebhook (C:\Users\sales\AppData\Roaming\npm\node_modules\n8n\src\webhooks\webhook-helpers.ts:258:39)", " at processTicksAndRejections (node:internal/process/task_queues:95:5)", " at C:\Users\sales\AppData\Roaming\npm\node_modules\n8n\src\webhooks\test-webhooks.ts:117:25" ] } }

To Reproduce

I have a webhook trigger - mysql - response to webhook

Expected behavior

Passes a parameter to mysql and returns the result.

Operating System

win 10

n8n Version

1.70.0

Node.js Version

10.8.2

Database

SQLite (default)

Execution mode

main (default)

Toolfolks avatar Nov 28 '24 19:11 Toolfolks