Uncaught Error: Provider password is not configured
I'm getting this error when trying to sign up with the password provider via convex.
9 Replies
its so annoying 😩
literally just following the docs
even when checking form data here
it all exists
even when removing resend part
still doesn't work
same error
im gonna rip my hair out
@Michal Srb @ian
save me
:sadSinon:
i saw i missed the hidden flow input
still same error
<input name="flow" type="hidden" value="signUp" />
i now include itCheck out that line at the top of the stack trace
I would log from
getProviderOrThrow
to get a clue on what's happening exactlyi think i know why
looking at other support issues
i dont have password in the auth table
yeah
that's likely it
good find
maybe tho!
still would love to know how imma configure my schema
for each provider
im struggling with this for hours
jeez
actually
wait a second
do i need to run convex in a separate terminal
maybe thats why im having all these issues
playing around with it
but no more luck
need to start my work day
You would need the dev server running so your code is deploying, and your auth.config.js/ts setup as well
Yeah
That helped + the return of profile
I'm getting in the right direction
Gonna try again some more this evening
Hopefully i can get it to work
With resend
I honestly just want a magic link
But will see if I can get that to work
npx and then set the auth resend api key
then the magic link should work
i had the env var locally
thought that was enough
but this was a convex env var