Has anyone experienced a problem with `$transactio...
# prisma-client
j
Has anyone experienced a problem with
$transaction
where you get a runtime error like this?
Copy code
TypeError: Cannot assign to read only property '_transactionId' of object '#<NewPrismaClient>'
I have been trying to puzzle this out for 3 straight days and am at my wits end. I also asked yesterday on GH Discussions with more details: https://github.com/prisma/prisma/discussions/6395