Getting Redis Auth error when connecting
mihirpenugonda
PROOP

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.

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

4 Replies

ray-chen
EMPLOYEE

9 months ago

  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 9 months ago


Railway
BOT

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


mihirpenugonda
PROOP

9 months ago

we tried doing that but we get this

Attachments


Status changed to Awaiting Railway Response Railway 9 months ago


brody
EMPLOYEE

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



starphoneswebtech
PRO

7 months ago


Loading...