535 Authentication failed 'Bad username password'
I'm setting up NextAuth with SendGrid, and when I click the link to send the auth email I get a 535 Authentication failed: Bad username / password error. I just tested it in a terminal and my sendgrid credentials are accurate and working.
Any suggestions on how to debug?
3 Replies
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View
I'm using API credentials. I have things setup here in
[...nextAuth].ts
using the EmailProvider and info from the .env
fileLMAO I figured it out. I had set up the wrong API key. I didn't set one up for SMTP
🤦♂️