Prisma Migrations Not Applying in Production

Hello

I am facing an issue with my Prisma migrations in RedwoodJS. :upside_down_face: Everything works perfectly in my local environment; but when I deploy to production; the database schema doesn’t seem to update as expected.

I’ve checked my environment variables and tried different deployment methods, but the issue exist . I’ve also run yarn rw prisma migrate deploy manually on the server; but it doesn’t seem to fix it.

Could there be a step I’m missing in the deployment process? I have checked https://docs.redwoodjs.com/docs/data-migrations/- MongoDB documentation guide but still need help.

Any advice on debugging ; tips for handling Prisma migrations in a production Redwood app would be appreciated!

Thank you ! :slightly_smiling_face: