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 i clicked on submit on the firt Form trigger, he tries to fetch the next waiting node but it stucks in pending :
In "All executions" Menu, the workflow is in "Waiting" Mode. I f i point manually to https://ndd.com/form-waiting/XXX (XXX is the exdecution ID), it opened the next node and moving to the second Form page and Ending is working.
I setup N8N_EDITOR_BASE_URL and WEBHOOK_URL in my docker compose with https://ndd.com and it's behind a traefik (443->5678).
I'm not sure if it's a problem in configuration or a bug.
This is the configuration of my docker :
Many thanks for your help :)
To Reproduce
Create a simple workflow with a form trigger, a form next page and form ending
Active the workflow
Test the production URL
The trigger cannot move to the next page and stuck on pending
Expected behavior
The trigger should move to the next page
Operating System
Debian Linux
n8n Version
1.65.2
Node.js Version
20.18.0
Database
PostgreSQL
Execution mode
main (default)
The text was updated successfully, but these errors were encountered:
To start with you can remove the N8N_BASIC_xxx env options they have not been used for almost a year now, I have also reproduced this issue on my test instance thanks to the steps you provided.
Bug Description
Hi team,
I tried a simple form :
When i clicked on submit on the firt Form trigger, he tries to fetch the next waiting node but it stucks in pending :
In "All executions" Menu, the workflow is in "Waiting" Mode. I f i point manually to https://ndd.com/form-waiting/XXX (XXX is the exdecution ID), it opened the next node and moving to the second Form page and Ending is working.
I setup N8N_EDITOR_BASE_URL and WEBHOOK_URL in my docker compose with https://ndd.com and it's behind a traefik (443->5678).
I'm not sure if it's a problem in configuration or a bug.
This is the configuration of my docker :
Many thanks for your help :)
To Reproduce
Expected behavior
The trigger should move to the next page
Operating System
Debian Linux
n8n Version
1.65.2
Node.js Version
20.18.0
Database
PostgreSQL
Execution mode
main (default)
The text was updated successfully, but these errors were encountered: