Hi, how can we connect services running on local services using http node?
my n8n instance is self hosted using docker compose, and nginx as reverse proxy.
n8n version 1.17.1
127.0.0.1 refers to the local host of the machine or container, Assuming you don’t have these services running in the same container as n8n you would need to use the containers name if they are all in the same container network or use the containers IP if you know what it is.