Hi Guys, I have this error `Query createOneEvent i...
# orm-help
c
Hi Guys, I have this error
Query createOneEvent is required to return data, but found no record(s)
after about 10 inserts into db and then I have to restart the server. I am using prisma 2(3.9.2) with MySql. Does anybody knows what can be the problem? The error occurrs only on Heroku, on may local machine is working well
`PrismaClientUnknownRequestError: Query createOneEvent is required to return data, but found no record(s). at cb (/app/node_modules/@prisma/client/runtime/index.js3870717) at async PrismaClient._request (/app/node_mod
w
how did you solve this? getting the same error