Issue
In the documentation there is an example using function, like I'm doing at the screenshot, but what the heck, I already lost 1 hour in this, please someone help me
Solution
You have to enable this feature in your prisma schema as follow:
generator client {
provider = "prisma-client-js"
previewFeatures = ["interactiveTransactions"]
}
In the documentation mention it :)
Answered By - luisbar
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.