onyxngo
onyxngo7mo ago

Next 14, Convex Auth Error

Trying out the new Auth. Signin with google works however I have an issue with the signin function. I used the convex auth example from here: https://github.com/get-convex/convex-auth-example/blob/main/src/auth/SignInFormPasswordAndVerifyViaCode.tsx Check the screenshot for the error I get... I can't get the signin function to work. (Sidenote: The auth example in Vanilla react works)
GitHub
convex-auth-example/src/auth/SignInFormPasswordAndVerifyViaCode.tsx...
Convex Auth example repo. Contribute to get-convex/convex-auth-example development by creating an account on GitHub.
No description
6 Replies
erquhart
erquhart7mo ago
Can you confirm the version of React in your next project
onyxngo
onyxngoOP7mo ago
Hey "react": "^18.3.1",
Michal Srb
Michal Srb7mo ago
Downgrade resend to 3.2.0
Michal Srb
Michal Srb7mo ago
I added a note about this here: https://labs.convex.dev/auth/config/otps#provider-configuration but will add it to the Password page as well
OTPs - Convex Auth
Relations, default values, unique fields and more for Convex
onyxngo
onyxngoOP7mo ago
This has worked. Thanks.
erquhart
erquhart7mo ago
@Michal Srb I know there's a known issues link to the repo, but it might be worth adding a troubleshooting section to centralize some of the more identifiable problems folks run into

Did you find this page helpful?