Unable to get to redis DNS through private URL
speechless2
PROOP

a year ago

Hello, i'm trying to deploy a test staging env with the free tier to see how railways work,

So far it h ave been great, but now i'm facing a problem related to redis, on my deploy log it seems that redis is successfully deployed and ready to accept a connection, but when i deploy my nodejs app i got into an error:

Redis error: Error: getaddrinfo ENOTFOUND redis.railway.internal
at GetAddrInfoReqWrap.onlookup as oncomplete {
errno: -3007,
code: 'ENOTFOUND',
syscall: 'getaddrinfo',
hostname: 'redis.railway.internal'
}

however from the log output it seems that my application is not able to reach to redis through the private URL

thanks

View Deploy details

ⓘ Deployment information is only viewable by project members and Railway employees.

1 Replies


Loading...