n8n
n8n copied to clipboard
Fix crash caused by test webhooks
n8n crashes when a test webhook receives two requests at exactly the same time.
/usr/local/lib/node_modules/n8n/dist/src/TestWebhooks.js:62
clearTimeout(this.testWebhookData[webhookKey].timeout);
^
TypeError: Cannot read properties of undefined (reading 'timeout')
at /usr/local/lib/node_modules/n8n/dist/src/TestWebhooks.js:62:59
Thanks a lot for fixing this @nathan818fr ! Got merged.
Got released with [email protected]