I have an odd problem where my workflow with Form Nodes (trigger, next form page, form ending) is suddenly not progressing to the next form page.
It was working before I upgraded to 1.67.1.
If I look at the Executions tab and get the ID of the running execution, I can progress the workflow by browsing to:
https://<n8n_url>/form-waiting/<execution_id>
It then loads the next Form node from the workflow, and seems to behave normally.
Is this a known issue?
- n8nVersion: 1.67.1
- platform: npm
- nodeJsVersion: 20.18.0
- database: sqlite
- executionMode: regular