a month ago
Im trying to connect my N8N node to a nodeJS node using the private dns xxxx.railway.internal, but connection gets ECONNREFUSED. Even the healtcheck endpoint gets refused
6 Replies
a month ago
Hey there! We've found the following might help you get unblocked faster:
🧵 PostgreSQL Private Connection Not Resolving (RAILWAYPRIVATEDOMAIN Fails with NXDOMAIN)
🧵 n8n Cannot Connect to Railway Postgres - Internal Network Issue
If you find the answer from one of these, please let us know by solving the thread!
a month ago
Can you try http://.... instead of https://.... The docs mention :
Note that you should use
httpin the address.
cf https://docs.railway.com/guides/private-networking#use-internal-hostname-and-port
a month ago
Hey, @mikaoelitiana. Thanks for your response! I tried using http, but the result is still the same 
Attachments
a month ago
Are you able to access the service from your local device using a TCP proxy or domain?
samgordon
Are you able to access the service from your local device using a TCP proxy or domain?
a month ago
yes