You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In a multi-step form, after completing first and second steps, form end page is not shown (at least when configured as Show completion screen); it fails and shows the following message: {"code":0,"message":"Workflow Form Error: Workflow could not be started!"}.
It does not work neither in test or production modes, execution fails with the following error:
Cannot read properties of undefined (reading 'redirectUrl')
Details:
{
"errorMessage": "Cannot read properties of undefined (reading 'redirectUrl')",
"errorDetails": {},
"n8nDetails": {
"n8nVersion": "1.73.1 (Self Hosted)",
"binaryDataMode": "filesystem",
"stackTrace": [
"TypeError: Cannot read properties of undefined (reading 'redirectUrl')",
" at Form.webhook (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-nodes-base@file+packages+nodes-base_@[email protected]_@aws-sdk+credential-provi_b5z6rj2bs5tsb6yffsyzoevhmy/node_modules/n8n-nodes-base/dist/nodes/Form/Form.node.js:240:24)",
" at WebhookService.runWebhook (/usr/local/lib/node_modules/n8n/dist/webhooks/webhook.service.js:181:30)",
" at Object.executeWebhook (/usr/local/lib/node_modules/n8n/dist/webhooks/webhook-helpers.js:156:96)",
" at processTicksAndRejections (node:internal/process/task_queues:95:5)"
]
}
}
It's worth noting that disabling the intermediate step makes it to work properly, it seems some edge case is not properly covered in form ending case.
To Reproduce
Create a workflow based on these nodes, and execute it in test or production mode:
Bug Description
In a multi-step form, after completing first and second steps, form end page is not shown (at least when configured as Show completion screen); it fails and shows the following message:
{"code":0,"message":"Workflow Form Error: Workflow could not be started!"}
.It does not work neither in test or production modes, execution fails with the following error:
Cannot read properties of undefined (reading 'redirectUrl')
Details:
It's worth noting that disabling the intermediate step makes it to work properly, it seems some edge case is not properly covered in form ending case.
To Reproduce
Create a workflow based on these nodes, and execute it in test or production mode:
Expected behavior
The same as if the intermediate step wasn't there or disabled: show the completion page.
Operating System
Docker on Linux
n8n Version
1.73.1
Node.js Version
The version that 1.73.1 uses
Database
PostgreSQL
Execution mode
queue
The text was updated successfully, but these errors were encountered: