Request resend verification email got 400 with Invalidation Error
I'm trying to resend verification email following the document guide in a Next.JS app:
But I got 400 response from the
/api/auth/send-verification-email api says:
As you may found I've also tried using a custom API endpoint to use server method sending the veirication email but no luck.
Did I miss something?
Many thanks in advance for everyone in this lovely community 🙂0 Replies