Hi all, I just did a `prisma.findMany` and got th...
# orm-help
c
Hi all, I just did a
prisma.findMany
and got this error:
Copy code
error - Error: Error serializing `.categories[0].createdAt` returned from `getServerSideProps` in "/".
Reason: `object` ("[object Date]") cannot be serialized as JSON. Please only return JSON serializable data types.
How do I fix this?
c
Thanks, this was resolved.