API Data is being passed but not being rendered
I am using nextjs and woocommerce rest api to build a ecommerce site. But I have been facing issues with rendering products/data from woocommerce to nextjs frontend. I have setup the endpoint for getting the products and it is being shown in the console that they are passed, but whenever I try to render them on the home page using map it says no product.