Skip to content

Instantly share code, notes, and snippets.

@gocs
Last active March 6, 2023 01:34
Show Gist options
  • Select an option

  • Save gocs/cd850cf0547e34af80550ed3652aebe4 to your computer and use it in GitHub Desktop.

Select an option

Save gocs/cd850cf0547e34af80550ed3652aebe4 to your computer and use it in GitHub Desktop.
if you have "WRONGPASS invalid username-password pair" error

one cause is if you have quotes on your .env file

REDIS_PASSWORD="1_secret_password"

remove the quotes

REDIS_PASSWORD=1_secret_password
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment