Identity issue with Clerk Prod
Hello there,
I'm facing issue
const identity = await ctx.auth.getUserIdentity();
post deploying to prod with clerk prod instance, works fine dev instance. Provides identity as null.3 Replies
Here is the repo - https://github.com/vignesh-gupta/boardy/
GitHub
GitHub - vignesh-gupta/boardy
Contribute to vignesh-gupta/boardy development by creating an account on GitHub.
Here is the error:
Steps to reproduce : (Can only be done in PROD)
1. Go to https://boardy.vigneshgupta.tech/dashboard
2. Login with github
3. check the console.
Ah my bad, it is fixed. I had to add the prod issuer to convex auth config.-- https://github.com/vignesh-gupta/boardy/commit/39daab4c4ce1d451ed8888bb08a65ca8f6a4aaa0