Form-based workflow stalling

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

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:
  • n8n version: 1.68.0
  • Database (default: SQLite): SQLite
  • n8n EXECUTIONS_PROCESS setting (default: own, main): main
  • Running n8n via (Docker, npm, n8n cloud, desktop app): npm
  • Operating system: Windows Server 2019 Std

Have recently updated to 1.68.0 but the issue still persists.

Hi @REN87,

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!


Hey Aya, thanks for the response.
This is a very cut-down version of it, but it gets stuck just the same as my full workflow.