PrismaP
Prismaβ€’2mo agoβ€’
8 replies
Ryan

Prisma 7 Blocking Issues

Our stack uses accelerate and we ran into issues when upgrading to prisma 7.

prisma: 7.1.0
@prisma/extension-accelerate: 3.0.1

- #28730: Prisma version not supported by accelerate
- #28703 Extending with accelerate drops relations in types under certain conditions

Issue #28703 was recently closed, I added a new comment with issues we are still noticing. We can work around this by putting @ts-expect-error: remove when prisma fixes this issue https://github.com/prisma/prisma/issues/28703 comments on affected areas.

Issue #28730 is a blocking issue that we don't see a good workaround for.

Others attempting to upgrade to v7 with accelerate would be hitting these too.
GitHub
Bug description After upgrading Prisma from version 7.0.0 to 7.0.1, I received the message "Your Prisma version not supported Accelerate". Severity 🚨 Critical: Data loss, app crash, secur...
[7.0.1]: Your Prisma version is not supported by Accelerate Β· Issu...
GitHub
Bug description Selected relations are dropped from the type under some conditions in where clauses. So far, I've reproduced this with in, for example where: { foo: { in: ['bar', 'b...
In Prisma 7, extending with accelerate drops relations in types und...
Was this page helpful?