hoangvvo / nextjs-mongodb-app

A Next.js and MongoDB web application, designed with simplicity for learning and real-world applicability in mind.
https://nextjs-mongodb.now.sh/
MIT License
1.54k stars 289 forks source link

Email Verification #114

Closed ICEPrey closed 3 years ago

ICEPrey commented 3 years ago

Describe the bug When going to your profile to verify your email you get "Bad Request" To Reproduce Steps to reproduce the behavior: 1.Sign in

  1. Edit Profile
  2. Send verification email (gets error)

Expected behavior To send a verification email

Screenshots https://prnt.sc/za0za6

Desktop (please complete the following information):

hoangvvo commented 3 years ago

This error is caused because my SendGrid account was removed a while ago. It should work if you use your own SendGrid API Key

ICEPrey commented 3 years ago

Oh ok