Magento – After Data Migration Product Listing Not Showing

data-migration-toolmagento2.2

I've migrated(using Magento tool) from M1.8.1.0 To M2.2.4, Migration has done but product listing not showing on M2 site while products have assigned to all categories successfully after migration.

When I update a product without any modification from the admin then it shows on the product listing page corresponding to the assigned category.

It means that I've to update products to show in their categories.

Is this migration bug? how can I resolve this issue easily?

Thanks!!!

Best Answer

First I did a reindex:

$ php bin/magento indexer:reindex

And then I enabled the setting Display Out of Stock Products in Stores > Configuration > Catalog > Inventory.

Related Topic