Articles on: Magento 2 Pearl Theme User Guide

Pictures / Images not showing in category page after updating from M2.2.x to Magento 2.3

After upgrading from Magento 2.2.x to Magento 2.3, product/category images may not show on category pages.

This happens because Magento is still trying to load images from old cached paths that were cleared during the upgrade.




Fix Steps


  1. Reindex the Catalog

Follow this guide for detailed reindex instructions:

How to Reindex Your Magento 2 Store from Admin or SSH/CLI


  1. Regenerate the Image Cache

Run the following command from your Magento root directory:


php bin/magento catalog:images:resize




Additional Tips


  • After running the commands, refresh the category page.
  • Clear your browser cache and Magento caches if images are still missing.
  • Verify file permissions for the pub/media and pub/static directories.




✅ These steps will rebuild Magento’s image cache and restore missing product/category images after upgrading.

Updated on: 16/09/2025

Was this article helpful?

Share your feedback

Cancel

Thank you!