Netlify deployments failing with "Authenticate with 'npx convex dev'".
I'm currently having real trouble trying to deploy my project to Netlify. I updated the build command to be "npx convex deploy --cmd 'npm run build'", however when that command runs I get the following error:
I have added my Production Deploy Key to Netlify's .env variables too. Is there some way to authenticate that I'm missing?
Is there anything I'm missing? I've followed the docs exactly.
Thanks for any help!
2 Replies
Managed to fix this. Looks like I forgot to add my
CLERK_JWT_ISSUER_DOMAIN
to my Convex dashboards Production environment variables. These issues don't seem immediately related but no longer having issues 🤷♂️Yes missing environment variables can cause this error. Sorry about that. The fix has landed but we haven't released it yet