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.
Upload a product image via the admin panel.
Make a GET request to /api/products/
Check the image field in the response.
Expected Behavior: Each product should have a valid image URL in the response.
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.
Expected Behavior: Each product should have a valid image URL in the response.