9 months ago
Hey Guys,
I have a Docker Typescript ExpressJs server and am trying to connected to redis. Getting the following error
```ReplyError: NOAUTH Authentication required.
at parseError (/usr/src/app/node_modules/redis-parser/lib/parser.js:179:12)
at parseType (/usr/src/app/node_modules/redis-parser/lib/parser.js:302:14) {
command: { name: 'info', args: [] }
}```
4 Replies
9 months ago
Use the private network - https://docs.railway.com/guides/private-networking
Use reference variables - https://docs.railway.com/guides/variables#reference-variables
Ensure your password is correct. That's an auth error with Redis
Status changed to Awaiting User Response Railway • 9 months ago
9 months ago
This thread has been marked as solved automatically due to a lack of recent activity. Please re-open this thread or create a new one if you require further assistance. Thank you!
Status changed to Solved Railway • 9 months ago
Status changed to Awaiting Railway Response Railway • 9 months ago
9 months ago
This thread has been marked as public for community involvement, as it does not contain any sensitive or personal information. Any further activity in this thread will be visible to everyone.
Status changed to Open brody • 9 months ago
9 months ago
Hello,
Please see our docs on this error -
https://docs.railway.com/dynamic/reference/errors/enotfound-redis-railway-internal
7 months ago
try adding {redisUrl}?family=0
https://docs.railway.com/dynamic/reference/errors/enotfound-redis-railway-internal