next-amazona icon indicating copy to clipboard operation
next-amazona copied to clipboard

Server error

Open B4xAbhishek opened this issue 4 years ago • 1 comments

Server Error Error: Error serializing .topRatedProducts[0].user returned from getServerSideProps in "/". Reason: object ("[object Object]") cannot be serialized as JSON. Please only return JSON serializable data types.

B4xAbhishek avatar Oct 29 '21 05:10 B4xAbhishek

wrap your data in json.stringify()

Awais512 avatar Nov 24 '21 02:11 Awais512