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

Forget-Password Backend Fix #102

Open
erenfn opened this issue Jul 12, 2024 · 0 comments
Open

Forget-Password Backend Fix #102

erenfn opened this issue Jul 12, 2024 · 0 comments
Assignees
Labels
backend Backend task/issue bug Something isn't working

Comments

@erenfn
Copy link
Contributor

erenfn commented Jul 12, 2024

SMTP may not be set up correctly in forget-password endpoint

backend-onboarding_backend-1 | Error in forget password: Error: Missing credentials for "PLAIN"
backend-onboarding_backend-1 | at SMTPConnection._formatError (/app/node_modules/nodemailer/lib/smtp-connection/index.js:798:19)
backend-onboarding_backend-1 | at SMTPConnection.login (/app/node_modules/nodemailer/lib/smtp-connection/index.js:452:38)
backend-onboarding_backend-1 | at /app/node_modules/nodemailer/lib/smtp-transport/index.js:272:32
backend-onboarding_backend-1 | at SMTPConnection. (/app/node_modules/nodemailer/lib/smtp-connection/index.js:215:17)
backend-onboarding_backend-1 | at Object.onceWrapper (node:events:634:28)
backend-onboarding_backend-1 | at SMTPConnection.emit (node:events:520:28)
backend-onboarding_backend-1 | at SMTPConnection._actionEHLO (/app/node_modules/nodemailer/lib/smtp-connection/index.js:1360:14)
backend-onboarding_backend-1 | at SMTPConnection._processResponse (/app/node_modules/nodemailer/lib/smtp-connection/index.js:982:20)
backend-onboarding_backend-1 | at SMTPConnection._onData (/app/node_modules/nodemailer/lib/smtp-connection/index.js:763:14)
backend-onboarding_backend-1 | at SMTPConnection._onSocketData (/app/node_modules/nodemailer/lib/smtp-connection/index.js:195:44) {
backend-onboarding_backend-1 | code: 'EAUTH',
backend-onboarding_backend-1 | command: 'API'
backend-onboarding_backend-1 | }

@erenfn erenfn added bug Something isn't working backend Backend task/issue labels Jul 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Backend task/issue bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants