DEV Community

Discussion on: Integrating SendGrid with Next.js :)

Collapse
 
julianmoreno2 profile image
JulianMoreno2

Hey Mark, thanks for the tutorial.
Do you know why Im having an error 404 when send an email?
I received the emails but the page turn 404 and the url of browser result "localhost:3000/page?name=Julian&email=test@mail.com&message=a_message" instead "localhost:3000/api/send-email"
I tested with postman and sendgrid return an 202 Accepted.
can you help me? thanks a lot