Hi all, we have installed N8N and are receiving a 404 error when trying to connect to it through a browser.
We have confirmed all folder perms are correct, used the recommend n8n image provided in the doc. Confirmed NSGs are allowing the connection. The connection is hitting the VM. We are using Docker.
We followed the online install steps and we just get that 404.
A 404 could be one of a few things, As you are using docker and port 5678 do you have a reverse proxy in place to handle the traffic and point it to the local container port or are you connecting to http://domain:5678?
Hi Jon, thanks for the reply, we think its going to be a networking issue somewhere, either in Azure or Docker somewhere, we are trying to track it down.