invalid invocation prisma.paypal.findMany()
I'm quite confused by this error since it only happens at runtime when deployed. Cannot recreate locally. We have a findMany query that is throwing this error:
Error converting field "date" of expected non-nullable type "String", found incompatible value of "2024-04-28 00:00:00 +00:00"
This is the model:
This query just returns all records and sorts so newest is first. I've tested with and without the orderBy directive and the result is the same. Here is the query:
javascript
0 Replies