Email not sent (error 403 from resend), but nothing in log/server console
signup email was sent to resend but was rejected (I guess through POST call) due to lack of authentication that was expected. However, there was no error logged on the console. Is it expected? is there a way to report when this type of issue happens?
You can see this question: https://discord.com/channels/1204690198382911488/1204986255453065226/threads/1252557658351997051
- verify your domain on Resend
- set resend token
- use cURL to test
- check your pgsql config, keep right
I was able to fix the issue; my point is more if resend is sending an error or is down, I would like the application to log an error in the console. It seems it should be the case (as per auth/index.ts) but there was nothing?
Thanks for your suggestion, we will add some logs later
https://authjs.dev/guides/debugging will fix in auth.js