a year 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: [] }
}```
5 Replies
a year 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 • about 1 year ago
a year 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 • about 1 year ago
Status changed to Awaiting Railway Response Railway • about 1 year ago
a year 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 • about 1 year ago
a year ago
Hello,
Please see our docs on this error -
https://docs.railway.com/dynamic/reference/errors/enotfound-redis-railway-internal
a year ago
try adding {redisUrl}?family=0
https://docs.railway.com/dynamic/reference/errors/enotfound-redis-railway-internal
starphoneswebtech
try adding {redisUrl}?family=0 <https://docs.railway.com/dynamic/reference/errors/enotfound-redis-railway-internal>
2 months ago
Page not found