Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: dragonfly terminal return (error) NOAUTH Authentication required. #3541

Open
user03497803549 opened this issue Sep 23, 2024 · 1 comment
Labels
🐛 Bug Reported issues that need to be reproduced by the team. 🔍 Triage Issues that need assessment and prioritization.

Comments

@user03497803549
Copy link

user03497803549 commented Sep 23, 2024

Error Message and Logs

in dragonfly terminal using redis-cli i got error "(error) NOAUTH Authentication required."

Steps to Reproduce

  1. Open dragonfly instance
  2. Open terminal
  3. Type redis-cli
  4. Type in cli anything, for example 'keys *'
  5. Got error "(error) NOAUTH Authentication required."

Example Repository URL

No response

Coolify Version

v4.0.0-beta.341

Are you using Coolify Cloud?

No (self-hosted)

Operating System and Version (self-hosted)

Ubuntu 22.04

Additional Information

No response

@user03497803549 user03497803549 added 🐛 Bug Reported issues that need to be reproduced by the team. 🔍 Triage Issues that need assessment and prioritization. labels Sep 23, 2024
@LEstradioto
Copy link
Contributor

LEstradioto commented Sep 25, 2024

This is a redis authentication problem. Dragonfly depends on it, you should add the redis password to authenticate. run this redis-cli command on the container

redis-cli -a "$REDIS_PASSWORD"

or look for the password in here:
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 Bug Reported issues that need to be reproduced by the team. 🔍 Triage Issues that need assessment and prioritization.
Projects
None yet
Development

No branches or pull requests

2 participants