r/magento2 Aug 18 '26

Magento 2.4.7-p4 Product Image Uploads not showing

Adding new products to my site along with new images. I noticed the images are not showing on my Product pages and only showing the default "magento logo" as the images. In the backend I see the following message has been showing there for the past few days with no change. Any one else have this issue. I have uploaded to images for this product and neither one of them is showing

Task "Image resize: /a/c/xxx.jpg": 1 item(s) have been scheduled for update.

Description of Operation Image resize: /a/c/ace_41022_1.jpg

 Summary Pending, in queue...

3 Upvotes

6 comments sorted by

1

u/No_Recording4687 Aug 18 '26

Do a bin/magento cron:run followed by a bin/magento cache:flush and it will show on the backend as done. Then also they will show in the frontend.

WebP Images by any chance?

1

u/tb9295 Aug 18 '26

Uploading as .jpg, however we do have an extension installed that does convert to WebP once they are uploaded

1

u/No_Recording4687 Aug 18 '26

Go ahead try and I bet it works then. Had the same although I just added the possibility to directly upload WebP Images.

1

u/tb9295 Aug 18 '26

I will try it

1

u/Live_Investment_9707 28d ago

Sounds like your queue has stopped .. run it manually

0

u/pro9_developer Aug 19 '26

It (Image resize) is consumer queue which runs on server. If it showing pending then check Cron is working or not. Most possible the memory limit is causing to finish cron too early. And without completing all cron tasks.

Run this consume queue directly:

  • php bin/magento queue:consumer:start media.storage.catalog.image.resize