deploying on vercel
I have an app that is written on next js using convex and clerk. Its now working locally, and I am trying to deploy on vercel now
getting this error
Unauthorized: MissingAccessToken: An access token is required for this command.
4 Replies
Using Convex with Vercel | Convex Developer Hub
Host your frontend on Vercel and your backend on Convex.
thanks it does seem to miss saying that you have to set CLERK_JWT_ISSUER_DOMAIN
did you set in your prod enviroment on convex this key?
I finally got it working
Yes I put it in the environment variables in the dashboard