Oleg Rudak
04/22/2022, 8:42 AMdataProxy
previewFeature and $transaction
API
Confused because of Prisma 3.8 update:
dataProxy and interactiveTransactions are now mutually exclusive
Before Prisma 3.8.0, Prisma queries would fail whenever the Data Proxy and interactive transactions Preview features were used together
Yuval Datner
04/22/2022, 11:25 AMNurul
04/22/2022, 3:27 PM3.8.0
if dataProxy and interactiveTransactions preview feature both are enabled then PrismaClient would throw an error, before this release we were not throwing an error.
So, you cannot use both the preview features at the same time as of now.