Describe the problem/error/question
I have a self-hosted instance in docker compose. When two different users with two different workflows test a form trigger only the one, that submits first executes the workflow. The second one gets a " Problem submitting response" message with a 404 status code.
I even tried to set the form path manually to
/form-test/mytest1
and
/form-test/mytest2
in oder to have them manually on separate paths, but it seems like the first submission deregisters all others.
What is the error message (if any)?
Problem submitting response
Please share your workflow
First;
Second;
Share the output returned by the last node
Information on your n8n setup
- n8n version: 1.95.3
- Database (default: SQLite): SQLite
- n8n EXECUTIONS_PROCESS setting (default: own, main): default
- Running n8n via (Docker, npm, n8n cloud, desktop app): docker
- Operating system: linux