Antoine
Explore posts from serversCCConvex Community
•Created by Antoine on 10/15/2024 in #support-community
Convex auth
Hey guys, I wanted to switch to convex auth and I have a type issue for the OPT:
Object literal may only specify known properties, and 'id' does not exist in type 'EmailUserConfig<GenericDataModel> & Pick<EmailConfig<GenericDataModel>, "sendVerificationRequest">'
from the file ResendOTP.ts:
4 replies
CCConvex Community
•Created by Antoine on 10/14/2024 in #support-community
Struggling using convex mutations
Hey guys, I just switched from mongoDB to convex.
I created some functions on my nextJS app, and connected it to my current front-end:
- one dev dashboard to insert mocked data to try my app
- one admin dashboard for the clients to insert/read data
But the mutations on the admin dashboard are not being called, but it works perfectly using the dev dashboard, but the way of calling the API is exactly the same.
Please can someone take some time with me to up on a call and try resolve this issue with me ?
21 replies
KKinde
•Created by Antoine on 9/16/2024 in #💻┃support
Custom domain on localhost
Hey everyone, can someone explain to me how I can test kinde auth with custom domain on localhost (I'm using nextJS) ?
5 replies