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
When having a node in between a Form Trigger and a New Form Page node, which takes longer than 2-3 seconds to load, the form reloads shortly after submission. The error happens both in test and production mode.
Also then the canvas shows, that the next form page is still waiting to be answered:
This also happens with other nodes than Wait. Like having 3 Notion nodes which gather many DB pages or an Execute Command node.
It does not occur if there is a Wait node or similar between two New Form Page nodes though.
To Reproduce
Create a form trigger with any parameters
add a wait node or similar which takes around 5 seconds to execute
add a new form page node with any parameters
Run the workflow in test mode
Submit the initial form
After 2-3 seconds the error should show up in the browser and the workflow should be stuck at the last node.
Expected behavior
The form trigger should wait for the following nodes longer (minimum 30 seconds would be suitable) and maybe show an appropriate error + cancel the workflow execution if it takes too long.
Operating System
Ubuntu 24.04 LTS
n8n Version
1.65.0
Node.js Version
20.18.0
Database
PostgreSQL
Execution mode
main (default)
The text was updated successfully, but these errors were encountered:
Bug Description
When having a node in between a Form Trigger and a New Form Page node, which takes longer than 2-3 seconds to load, the form reloads shortly after submission. The error happens both in test and production mode.
Also then the canvas shows, that the next form page is still waiting to be answered:
This also happens with other nodes than Wait. Like having 3 Notion nodes which gather many DB pages or an Execute Command node.
It does not occur if there is a Wait node or similar between two New Form Page nodes though.
To Reproduce
After 2-3 seconds the error should show up in the browser and the workflow should be stuck at the last node.
Expected behavior
The form trigger should wait for the following nodes longer (minimum 30 seconds would be suitable) and maybe show an appropriate error + cancel the workflow execution if it takes too long.
Operating System
Ubuntu 24.04 LTS
n8n Version
1.65.0
Node.js Version
20.18.0
Database
PostgreSQL
Execution mode
main (default)
The text was updated successfully, but these errors were encountered: