bayesB
Convex Community5mo ago
3 replies
bayes

setting preview deployments blow up production

setting command npx convex deploy --cmd 'npm run build' in my vercel deployment blow up production because of this error
Temporary directory '/tmp' and project directory 'convex/_generated' are on different filesystems.
  If you're running into errors with other tools watching the project directory, override the temporary directory location with the CONVEX_TMPDIR environment variable.
  Be sure to pick a temporary directory that's on the same filesystem as your project.


what can I do with that?
Was this page helpful?