Sahag98
CCConvex Community
•Created by Sahag98 on 11/15/2024 in #support-community
GetUserIdentity null
Layout.tsx
And the provider:
5 replies
CCConvex Community
•Created by Sahag98 on 11/15/2024 in #support-community
GetUserIdentity null
I'm using convex and clerk. The whole app is wrapped inside a convexclerkprovider
5 replies
CCConvex Community
•Created by Sahag98 on 10/11/2023 in #support-community
I'm getting this error in the console when I try to sign in with Clerk
Also the framework I'm using is nextjs 13
8 replies
CCConvex Community
•Created by Sahag98 on 10/11/2023 in #support-community
I'm getting this error in the console when I try to sign in with Clerk
Also useConvexAuth is returning false
8 replies
CCConvex Community
•Created by Sahag98 on 10/11/2023 in #support-community
I'm getting this error in the console when I try to sign in with Clerk
Hey @Michal Srb, this is what I have in that file
export default {
providers: [
{
domain: process.env.CLERK_JWT_ISSUER_DOMAIN,
applicationID: "convex",
},
],
};
8 replies