burnstony#1975B
Convex Community2y ago
8 replies
burnstony#1975

CONVEX_DEPLOY_KEY monorepo

trying to deploy a Vite project from vercel

I have a monorepo, because I also have native project

I can't figure out what the right command

cd apps/web-vite && pwd && npm run build && cd ../../packages/backend && pwd && npx convex deploy

this deploys, but than I get this error
"Uncaught Error: ConvexReactClient requires a URL like 'https://happy-otter-123.convex.cloud'.
at new Bw (client.js:51:13)
at main.tsx:17:16"
Was this page helpful?