Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

multiple page formular on kubernetes with worker and webhook node doesn't work on test url #12728

Open
krimdomu opened this issue Jan 20, 2025 · 1 comment
Labels
in linear Issue or PR has been created in Linear for internal review

Comments

@krimdomu
Copy link

Bug Description

Hello,

we setup n8n with the helm chart with

  • 1 main node
  • 1 webhook node
  • 3 worker nodes

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

  1. Configure your setup as mentioned above.
  2. special env vars: N8N_DISABLE_PRODUCTION_MAIN_PROCESS: "true" and EXECUTIONS_MODE: queue
  3. Create a new Workflow
  4. Add a Workflow Trigger
  5. Add a second Workflow Page
  6. 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.

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

@Joffcom
Copy link
Member

Joffcom commented Jan 20, 2025

Hey @krimdomu,

We have created an internal ticket to look into this which we will be tracking as "N8N-8179"

@Joffcom Joffcom added the in linear Issue or PR has been created in Linear for internal review label Jan 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in linear Issue or PR has been created in Linear for internal review
Projects
None yet
Development

No branches or pull requests

2 participants