3 Replies
Here is a link to my repo https://github.com/aazam-gh/convexship
I have followed along the docs of convex auth and am using
resend
I recommend using
console.error
to log the error in here: https://github.com/aazam-gh/convexship/blob/d23d0e9a64f5ca21ed8deb3436db1a3de71664e2/convex/ResendOTP.ts#L22
You're hitting some error sending email via resend (e.g. maybe a misconfigured API key), and hopefully there's a good message that will show up if we print it outGitHub
convexship/convex/ResendOTP.ts at d23d0e9a64f5ca21ed8deb3436db1a3de...
Contribute to aazam-gh/convexship development by creating an account on GitHub.
Figured it out, apparently was due to using old resend package. Using the v4.0 works