burnstony#1975
burnstony#1975•11mo ago

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
ballingt
ballingt•11mo ago
Using Convex with Vercel | Convex Developer Hub
Host your frontend on Vercel and your backend on Convex.
burnstony#1975
burnstony#1975OP•10mo ago
thanks it does seem to miss saying that you have to set CLERK_JWT_ISSUER_DOMAIN
FleetAdmiralJakob 🗕 🗗 🗙
did you set in your prod enviroment on convex this key?
burnstony#1975
burnstony#1975OP•10mo ago
I finally got it working Yes I put it in the environment variables in the dashboard

Did you find this page helpful?