2 years 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] (node:dns:107:26) {
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
ⓘ Deployment information is only viewable by project members and Railway employees.
1 Replies
2 years ago
Please see this docs section -