Describe the problem/error/question
(Sorry for my poor English, I’m French)
In test mode:
Submit keeps loading in the trigger form
First next form page opens in a new window (whether “next form page” or “form ending”)
Second doesn’t display
In production, submit keeps loading and that’s all.
One-step forms work fine.
What is the error message (if any)?
No error message, just keeps loading.
Please share your workflow
I first thought it was an issue with my workflows, but I reproduced the bug with example workflows, so it must be my setup:
Share the output returned by the last node
Loading data…
Information on your n8n setup
- n8n version: 2.17.6
- Database (default: SQLite): default
- n8n EXECUTIONS_PROCESS setting (default: own, main): Default
- **Running n8n via (Docker, npm, n8n cloud, desktop app): ** Docker
- Operating system: Windows 11
Maybe the environment in the docker-compose.yml can help:
environment:
- N8N_HOST=$SERVER_NAME
- N8N_PORT=80
- WEBHOOK_URL=$SERVER_URL
- NODE_TLS_REJECT_UNAUTHORIZED=0
- N8N_PROXY_HOPS=1