is resend working for anyone ?
is resend working for anyone ?
for verification or for reset password?
i get this error in both cases, can't seem to send an email successfully
8 Replies
error
Server Error
Uncaught Error: Uncaught Error: Provider resend-otp is not configured
at getProviderOrThrow (../../node_modules/@convex-dev
following exactly this:
https://labs.convex.dev/auth/config/passwords
Passwords - Convex Auth
Relations, default values, unique fields and more for Convex
enviorment variable for resend is set in convex.
what am i doing wrong.
I have resend OTP working, just curious are you passing the same provider ID string to signIn and the initializer? doesn't seem to be typed yet so I just made a shared const to prevent mismatch/typos
hey yeah i'm using the same id, actually i already figured that looking at different keys for resend configuration and provider.
i'm using nextjs so now its something related to that
Server Error
Uncaught TypeError: reactDOMServer.renderToPipeableStream is not a function
its actually related to react email components
as it seems
otherwise its workin
Not sure it is related, but resend can only send to your email if you don't have domain set.
For
Uncaught TypeError: reactDOMServer.renderToPipeableStream is not a function
make sure to use resend@3.2.0
, 3.3.0 and 3.4.0 are brokenoh na fam. this was more of something to do with react rendering
didn't know that. worked! thanks alot