Sagarpatil2003 / First-Project-Management

This repository learning Project Management
0 stars 0 forks source link

Product Images Not Loading in API Responses #1

Open Sagarpatil2003 opened 1 week ago

Sagarpatil2003 commented 1 week ago

Product images are not being returned correctly in the API response. Instead of image URLs, the response contains null values for the image field. This issue seems to occur when images are uploaded through the admin panel.

  1. Upload a product image via the admin panel.
  2. Make a GET request to /api/products/
  3. Check the image field in the response.

Expected Behavior: Each product should have a valid image URL in the response.

Sagarpatil2003 commented 1 week ago

Add milestone