Redis failing to connect
For some reason, redis connection to my project is failing despite I have all the right variables added. I made the same operation a few days ago, and it worked as expected.
Error: getaddrinfo ENOTFOUND redis.railway.internal
at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:) {
errno: -3,
code: 'ENOTFOUND',
syscall: 'getaddrinfo',
hostname: 'redis.railway.internal'
}
Solution:Jump to solution
if this is ioredis, please read this - https://docs.railway.app/guides/private-networking#known-configuration-requirements-for-ipv6
5 Replies
Project ID:
6d6f2d18-5376-4150-bea8-c789eb63d42f
6d6f2d18-5376-4150-bea8-c789eb63d42f
Solution
if this is ioredis, please read this - https://docs.railway.app/guides/private-networking#known-configuration-requirements-for-ipv6
Thank you so much, Brody, that was it 🙏🏼
awesome