Hmza
Hmza7mo ago

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
Hmza
HmzaOP7mo ago
error Server Error Uncaught Error: Uncaught Error: Provider resend-otp is not configured at getProviderOrThrow (../../node_modules/@convex-dev
Hmza
HmzaOP7mo ago
Passwords - Convex Auth
Relations, default values, unique fields and more for Convex
Hmza
HmzaOP7mo ago
enviorment variable for resend is set in convex. what am i doing wrong.
prtcl
prtcl7mo ago
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
Hmza
HmzaOP7mo ago
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
Rope-a-dope
Rope-a-dope7mo ago
Not sure it is related, but resend can only send to your email if you don't have domain set.
Michal Srb
Michal Srb7mo ago
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 broken
Hmza
HmzaOP7mo ago
oh na fam. this was more of something to do with react rendering didn't know that. worked! thanks alot

Did you find this page helpful?