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
we also configured ingress to route /webhook/, /form/ and /form-waiting/ to the webhook node.
Usually the Test-Links route to something like /webhook-test/ or /form-test/ which is good to build ingress rules. But the link to /form-waiting/ is for production links and test links the same. This is why we can't test our multiple page formulars.
To Reproduce
Configure your setup as mentioned above.
special env vars: N8N_DISABLE_PRODUCTION_MAIN_PROCESS: "true" and EXECUTIONS_MODE: queue
Create a new Workflow
Add a Workflow Trigger
Add a second Workflow Page
Try testing it. It will report "everything successfull" but the 2nd form page never receives formular data.
Expected behavior
The URLs for testing and production for 2nd formular page should be different.
Bug Description
Hello,
we setup n8n with the helm chart with
we also configured ingress to route
/webhook/
,/form/
and/form-waiting/
to the webhook node.Usually the Test-Links route to something like
/webhook-test/
or/form-test/
which is good to build ingress rules. But the link to/form-waiting/
is for production links and test links the same. This is why we can't test our multiple page formulars.To Reproduce
N8N_DISABLE_PRODUCTION_MAIN_PROCESS: "true"
andEXECUTIONS_MODE: queue
Expected behavior
The URLs for testing and production for 2nd formular page should be different.
Operating System
alpine 3.21.2 (n8n-1.74.3 docker image)
n8n Version
1.74.3
Node.js Version
20.18.1 (n8n-1.74.3 docker image)
Database
PostgreSQL
Execution mode
queue
The text was updated successfully, but these errors were encountered: