How to fix the n8n "ECONNREFUSED" error in HTTP Request nodes
ECONNREFUSED means the target service is not listening on that port, or n8n is in Docker and cannot reach localhost. Replace localhost with host.docker.internal, verify the port, and check firewall rules.