6 months 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
6 months ago
Hey there! We've found the following might help you get unblocked faster:
- 🧵 PostgreSQL Private Connection Not Resolving (RAILWAY_PRIVATE_DOMAIN 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!
6 months 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
6 months ago
Hey, @mikaoelitiana. Thanks for your response! I tried using http, but the result is still the same ☹
Attachments
6 months 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?
6 months ago
yes