Haven't been able to find any resources explaining...
# prisma-client
n
Haven't been able to find any resources explaining what the error could be stemming from when this error is received, does anyone have any links to resources?
Copy code
Invalid response data: the query result was required, but an empty Object((Weak)) was returned instead.
This is when I'm executing
.create()
statements
r
@Niko Guerra 👋 Could you provide the create statement and your model if possible? Also is the data that you're passing currently validated properly i.e. all required fields are being passed?
r
Did you ever find a solution for this?