696 viewsMern Amazona
0 Comments

When I click on the product I get the rating,productname,price etc, but I dont get the full image. I get the 404 error but it shows it is in the right folder. On the main page I get the product picture.

GET http://localhost:3000/product/images/hardtail/caliber8.jpg 404 (Not Found)

dan Asked question May 29, 2023

oops sorry, I’m doing the TS amazona one, for the regular react with js amazona check your image file paths in data.js are they written like so? ” image: ‘/images/p1.jpeg’,”. Seems your fetch call can’t locate the image so check the paths and that the images are in the correct folder.

You are viewing 1 out of 2 answers, click here to view all answers.