Form switching to localhost

This has been working remotely.

Information on your n8n setup

  • **n8n version:**1.81.4
  • **Database (default: SQLite):**default
  • **n8n EXECUTIONS_PROCESS setting (default: own, main):**default
  • **Running n8n via (Docker, npm, n8n cloud, desktop app):**npm
  • **Operating system:**Win 10

The external url is https://yyy.yyyy.app/
I have nginx setup to do the forwarding.

When I submit on the first form the url switches to http://localhost:5678/form-waiting/8449. Which works locally.

Chat GPT suggests using

set N8N_HOST=yyy.yyyyy.app
set N8N_PROTOCOL=https
set WEBHOOK_URL=https://yyy.yyyyy.app
n8n start

I still have the issue

I was not in the n8n folder when running

set N8N_HOST=yyy.yyyyy.app
set N8N_PROTOCOL=https
set WEBHOOK_URL=https://yyy.yyyyy.app
n8n start

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.