On form submisssion not working on render



It tells me that the local has denied the connection
I have n8n installed in Docker and when I turn it on, it tells me form trigger isn’t listening yet

How did you start the docker container?
Make sure that the port 5678 is shared.

docker run --name n8n -p 5678:5678 ....

If you pick a different port, than add the WEBHOOK_URL environment variable.

docker run --name n8n -p 5678:5678 -e WEBHOOK_URL= ...

I think you misunderstood, I ran n8n on Render I need to fix it on Render, the docker I mentioned is just additional information in case it is useful, and yes my port is 5678

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