-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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]: HeyForm NOAUTH Authentication required #4217
Milestone
Comments
Syiana
added
🐛 Bug
Reported issues that need to be reproduced by the team.
🔍 Triage
Issues that need assessment and prioritization.
labels
Nov 9, 2024
i can confirm, i have the same error Also at version 4.0.0-beta.367 |
Same error here |
adding - REDIS_PASSWORD=${SERVICE_PASSWORD_KEYDB} fixes the issue. |
github-actions
bot
removed
🐛 Bug
Reported issues that need to be reproduced by the team.
🔍 Triage
Issues that need assessment and prioritization.
labels
Nov 15, 2024
Merged
Merged
peaklabs-dev
added
🐞 Confirmed Bug
Verified issues that have been reproduced by the team.
✅ Done
Issues that are fixed and a PR is ready to be merged.
labels
Nov 15, 2024
github-actions
bot
removed
🐞 Confirmed Bug
Verified issues that have been reproduced by the team.
✅ Done
Issues that are fixed and a PR is ready to be merged.
labels
Nov 15, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Error Message and Logs
2024-11-09T13:29:30.351887354Z [ioredis] Unhandled error event: ReplyError: NOAUTH Authentication required.
2024-11-09T13:29:30.351909246Z at parseError (/app/node_modules/.pnpm/[email protected]/node_modules/redis-parser/lib/parser.js:179:12)
2024-11-09T13:29:30.351913082Z at parseType (/app/node_modules/.pnpm/[email protected]/node_modules/redis-parser/lib/parser.js:302:14)
2024-11-09T13:29:30.358864101Z /app/node_modules/.pnpm/[email protected]/node_modules/redis-parser/lib/parser.js:179
2024-11-09T13:29:30.358875699Z return new ReplyError(string)
2024-11-09T13:29:30.358878824Z ^
2024-11-09T13:29:30.358881528Z
2024-11-09T13:29:30.358884081Z ReplyError: NOAUTH Authentication required.
2024-11-09T13:29:30.358886555Z at parseError (/app/node_modules/.pnpm/[email protected]/node_modules/redis-parser/lib/parser.js:179:12)
2024-11-09T13:29:30.358889209Z at parseType (/app/node_modules/.pnpm/[email protected]/node_modules/redis-parser/lib/parser.js:302:14) {
2024-11-09T13:29:30.358892274Z command: { name: 'select', args: [ '1' ] }
2024-11-09T13:29:30.358894878Z }
2024-11-09T13:29:30.358897321Z
2024-11-09T13:29:30.358900045Z Node.js v18.20.0
Steps to Reproduce
Example Repository URL
No response
Coolify Version
v4.0.0-beta.364
Are you using Coolify Cloud?
No (self-hosted)
Operating System and Version (self-hosted)
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: