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.
Thanks for posting! Could you share your workflow so we can try to reproduce?
Tip for sharing your workflow in the forum
Pasting your n8n workflow
Ensure to copy your n8n workflow and paste it in the code block, that is in between the pairs of triple backticks, which also could be achieved by clicking </> (preformatted text) in the editor and pasting in your workflow.
```
<your workflow>
```
Make sure that you’ve removed any sensitive information from your workflow and include dummy data or pinned data as much as you can!