Can't delete
Running prisma 6.4.1 with Planetscale I cannot seem to run any delete operation. Tried both from studio and from prisma client and neither run, no errors output either.
2 Replies
You decided to hold for human wisdom. We'll chime in soon! Meanwhile,
#ask-ai
is there if you need a quick second opinion.Hey 👋
Can you enable logging and check if the Delete query is triggered when you perform the delete operation with prisma client?
https://www.prisma.io/docs/orm/prisma-client/observability-and-logging/logging#log-to-stdout
Logging | Prisma Documentation
Learn how to configure Prisma Client to log the raw SQL queries it sends to the database and other information.