signUp on server-side not sending sendVerificationEmail()
Since the changes in v0.4.12 (though I’m not 100% sure), sendVerificationEmail() is no longer triggered automatically when I call auth.api.signUpEmail().
Next.js Server-Action:
auth.ts:
Yes, I can manually call sendVerificationEmail() in my server action but I don’t think that’s the intended way to handle this:
Next.js Server-Action:
auth.ts:
Yes, I can manually call sendVerificationEmail() in my server action but I don’t think that’s the intended way to handle this: