-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Description
Issue
Hi, I wish I had more time to fill this out but I'm making this for others who are having this issue. Our Node applications started crashing on startup when we updated (without realizing) to 3.1.0. Thankfully this only happened on our stage servers so no harm was done! But hopefully, others find this helpful!
The error is as follows
ReplyError: WRONGPASS invalid username-password pair
at parseError (redacted.../node_modules/redis/node_modules/redis-parser/lib/parser.js:179:12)
at parseType (redacted.../node_modules/redis/node_modules/redis-parser/lib/parser.js:302:14) {
command: 'AUTH',
args: [ 'redacted', 'redacted' ],
code: 'WRONGPASS'
}
The username-password pair is correct and works before 3.1.0 to fix this for now we downgraded to 3.0.2
Environment
- Node.js Version: 14.15.4
- Redis Version: Unkown (I can add once I find out)
- Platform: MacOS 11.0.1, Heroku Node, Arch Linux
Metadata
Metadata
Assignees
Labels
No labels