Question about Prisma Data Proxy on Vercel
So I just setup Prisma Data Proxy with my Next project deployed in Vercel, but I noticed something weird is happening with the schema it seems like its not being updated in production even tho its updated in my main branch in Planetscale..
Is the migration setup required to deploy on vercel using data proxy? I think thats what im missing but not sure
1 Reply
nevermind i found the issue i was just missing adding the prisma generate command in the vercel build script