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]: HeyForm NOAUTH Authentication required #4217

Closed
Syiana opened this issue Nov 9, 2024 · 3 comments · Fixed by #4303
Closed

[Bug]: HeyForm NOAUTH Authentication required #4217

Syiana opened this issue Nov 9, 2024 · 3 comments · Fixed by #4303

Comments

@Syiana
Copy link
Contributor

Syiana commented Nov 9, 2024

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

  1. Select HeyForm Template
  2. Deploy
  3. Service crashes

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

@Syiana Syiana added 🐛 Bug Reported issues that need to be reproduced by the team. 🔍 Triage Issues that need assessment and prioritization. labels Nov 9, 2024
@cr4zyiw4n
Copy link
Contributor

i can confirm, i have the same error

Also at version 4.0.0-beta.367

@corentinclichy
Copy link

Same error here

@Syiana
Copy link
Contributor Author

Syiana commented Nov 15, 2024

environment:
  - SERVICE_FQDN_HEYFORM_8000
  - 'APP_HOMEPAGE_URL=${SERVICE_FQDN_HEYFORM}'
  - 'SESSION_KEY=${SERVICE_BASE64_64_SESSION}'
  - 'FORM_ENCRYPTION_KEY=${SERVICE_BASE64_64_FORM}'
  - 'MONGO_URI=mongodb://mongo:27017/heyform'
  - REDIS_HOST=keydb
  - REDIS_PORT=6379
  - REDIS_PASSWORD=${SERVICE_PASSWORD_KEYDB}

adding - REDIS_PASSWORD=${SERVICE_PASSWORD_KEYDB} fixes the issue.

@Syiana Syiana closed this as completed Nov 15, 2024
@github-actions 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
@peaklabs-dev peaklabs-dev reopened this Nov 15, 2024
@peaklabs-dev peaklabs-dev added this to the v4.0.0 Stable Release milestone Nov 15, 2024
@peaklabs-dev 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 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
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants