Unable to connect to redis server using a local connection
rdewan-tg
PROOP
a year ago
/app/node_modules/keyv/dist/index.cjs:80
throw arguments_[0];
^Error: getaddrinfo ENOTFOUND redis
at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:107:26) {errno: -3007,
code: 'ENOTFOUND',
syscall: 'getaddrinfo',
hostname: 'redis'
}
Node.js v18.20.2
Segmentation fault
ⓘ Deployment information is only viewable by project members and Railway employees.
1 Replies
a year ago
Are you trying to connect to the private database URL (`redis.railway.internal`) from your local machine? If so, you can't and would need to use the public URL.