broken build due to redis connection error
elleryfamilia
PROOP
a year ago
I'm deploying a small change to a next.js app. It seems there's an issue connecting with redis but it's unclear what the issue is since redis is already working and serving other requests. Here is the log that I see:
12 138.5 Redis Client Error Error: getaddrinfo ENOTFOUND redis.railway.internal
12 138.5 at GetAddrInfoReqWrap.onlookupall as oncomplete {
12 138.5 errno: -3008,
12 138.5 code: 'ENOTFOUND',
12 138.5 syscall: 'getaddrinfo',
12 138.5 hostname: 'redis.railway.internal'
12 138.5 }
ⓘ Deployment information is only viewable by project members and Railway employees.
1 Replies
elleryfamilia
PROOP
a year ago
Any clues as to why I cannot connect to redis during build? I created a new environment (staging) and i'm seeing the same issue. I do have the "Builder" feature enabled