Prisma 7 Blocking Issues
Our stack uses accelerate and we ran into issues when upgrading to prisma 7.
- #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
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.
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![[7.0.1]: Your Prisma version is not supported by Accelerate Β· Issu...](https://cdn.answeroverflow.com/embeds/1445859513075765329/0/thumbnail.png)
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...
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...
Accelerate
ORM