How to Build an Ecommerce Application using React, MongoDB, Strapi & Socket.io

Hey Yves theres a quite problem when fetching the data,
on the Home.js file while rendering the Image on the Link

<img src={`http://localhost:1337${product.images[0].url}`}

must be replaced with

<img src={`http://localhost:1337${product.image[0].url}`}