convex reset password error
I was able to get all the code in, but getting this error convex development logs:
literally copied from the docs
7 Replies
im gonna dig into some github code quickly
but i need to get this in asap for a customer
hope some1 can respond today ๐
to be very clear, i dont need to do anything in the app yet
this doesnt even deploy to my dev
/api/push_config
thats the one throwing the errror
so it happens when convex dev is running locally
i cant do anything yet in the app
once this is fixed then i can try if the reset actually works
Seems like email is being used here:
https://github.com/get-convex/convex-auth/blob/main/test/convex/passwordReset/ResendOTPPasswordReset.ts
GitHub
convex-auth/test/convex/passwordReset/ResendOTPPasswordReset.ts at ...
Library for built-in auth. Contribute to get-convex/convex-auth development by creating an account on GitHub.
still gives me the same error
ok, im stuck, i tried a custom implementation, but just keeps giving me errors
digging into
reset
field of the password
seems like some types are expected
and also yes, makes sense convex is supposed to abstract things and handle it for me (considering its a backend as a service), so i guess im stuck ๐
@Michal Srb @Wayne
MessageChannel not defined error, have other people had it before
i couldnt find any
how to deal with this? ๐
thank you!couldnt find any github issues that are relevant for the issue im having https://github.com/get-convex/convex-auth/issues
its pretty urgent to have this implemented, i got all the code
just blocked by code from convex not working despite following documentation
GitHub
Issues ยท get-convex/convex-auth
Library for built-in auth. Contribute to get-convex/convex-auth development by creating an account on GitHub.
@sshader
Does this work with React + React DOM 18 (as opposed to the React 19 RC that it looks like you're using). In general, we're prioritizing support for stable versions over upcoming release candidates, so would highly recommend sticking with the stable versions
oh good question
need to check
but yes using react 19 rc
so i guess i need to change to react 18 now
im using the use action thingy from react 19 in several places
...coming back to this, i had a quick thing to check
but i'd have to refactor those places
not a major issue, would just be another state to keep tracking of the status to know if pending or not
im just ranting out loud
ill give react 18 a try
@sshader sorry for the late reply btw
that did the job
fixed it our customer, thanks!