Running "npx convex deploy --cmd 'next build'" command fails the build
I want to deploy to prod. I'm using vercel.
I did the configuration like in the docs by setting CONVEX_DEPLOY_KEY env var only for prod.
But now getting this error in logs:
Error: Command "npx convex deploy --cmd 'next build'" exited with 1.
And if I set an empty string for previews/development environment for CONVEX_DEPLOY_KEY, I get this:
I'm stuck.

