Vercel
SaasRock hosts on Vercel.
Prisma Schema Changes
Whenever you modify your Prisma schema, you have two ways of updating Vercel's schema.
- Add a
vercel-build
script. - Redeploy the latest Vercel Deployment unchecking "Redeploy with existing Build Cache.".
Otherwise you could get errors in production like:

Errors
504 Gateway Timeout
If you have this error, make sure that your Database provider is on the same region as your Vercel Deployment.

I hope this quick guide was useful! Let me know if you have any question.