PlatziLabs / fake-api-backend

Fake Store API for your e-commerce or shopping website prototype.
31 stars 23 forks source link

Electronics category is bugged #24

Open FullStackPete opened 6 months ago

FullStackPete commented 6 months ago

Describe the bug All electronics category has been replaced with weird object e.g every title is Fernando, every images (was array of 3 strings with image URLS) array contains a string of an array of an string of Hasbulla image.

To Reproduce Steps to reproduce the behavior:

  1. Go to 'https://api.escuelajs.co/api/v1/products/?categoryId=2'
  2. CTRL+F
  3. Type Fernando
  4. Click on images and look! It's Hasbulla!

Expected behavior Should be an array of 3 images of products + title of every product shouldn't be "Fernando", come on.

Screenshots image

Desktop (please complete the following information): Irrelevant.

Additional context Saw some changes made yesterday, why did it ruin the api?