Chris Bitoy
05/13/2022, 1:03 PMprisma.findMany and got this error:
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?Nurul
05/13/2022, 1:12 PMChris Bitoy
05/13/2022, 2:07 PM