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
- Reindex the Catalog
Follow this guide for detailed reindex instructions:
How to Reindex Your Magento 2 Store from Admin or SSH/CLI
- 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/mediaandpub/staticdirectories.
✅ These steps will rebuild Magento’s image cache and restore missing product/category images after upgrading.
Updated on: 16/09/2025
Thank you!
