Hey you all, I'm getting this introspect error in the Prisma dashboard, in the Prisma Cloud dashboard, every time I deploy my Next.js app code to Vercel.
My deploy script only runs:
- prisma generate
- prisma migrate deploy
- next build
Attached is a screenshot of what I see in the Prisma logs after I deploy.
What's weird is it does this for like a couple of minutes and then it'll just self-correct. Is there any information you all can give me to help me solve this problem?