Getting Redis Auth error when connecting
mihirpenugonda
PROOP

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.

May 07 16:48:30

at parseError (/usr/src/app/node_modules/redis-parser/lib/parser.js:179:12)

May 07 16:48:30

at parseType (/usr/src/app/node_modules/redis-parser/lib/parser.js:302:14) {

May 07 16:48:30

command: { name: 'info', args: [] }

May 07 16:48:30

}```

$10 Bounty

5 Replies

  1. Use the private network - https://docs.railway.com/guides/private-networking
  2. Use reference variables - https://docs.railway.com/guides/variables#reference-variables
  3. Ensure your password is correct. That's an auth error with Redis

Status changed to Awaiting User Response Railway about 1 year ago


Railway
BOT

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


mihirpenugonda
PROOP

a year ago

we tried doing that but we get this

Attachments


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



starphoneswebtech
PRO

a year ago


starphoneswebtech

try adding {redisUrl}?family=0 <https://docs.railway.com/dynamic/reference/errors/enotfound-redis-railway-internal>

whotowhotogaming
HOBBY

2 months ago

Page not found


Welcome!

Sign in to your Railway account to join the conversation.

Loading...