The MDVA-30977 patch fixes the issues with products displayed on storefront category pages during reindex or mass actions with a big number of products. This patch is available when the Quality Patches Tool (QPT) v.1.0.6 is installed. The issues are scheduled to be fixed in Adobe Commerce 2.4.2.
The patch was created for Adobe Commerce on cloud infrastructure 2.3.4. It is also compatible with Adobe Commerce on-premises 2.3.4.
The patch might become applicable to other versions with new Quality Patches Tool releases. To check if the patch is compatible with your Adobe Commerce version, update the magento/quality-patches
package to the latest version and check the compatibility on the Quality Patches Tool: Search for patches page. Use the patch ID as a search keyword to locate the patch.
The number of products displayed on the category page on the storefront is different after each page reload during mass product update.
Steps to reproduce:
bin/magento cron:run
command twice.Expected result:
The number of products in categories is always 15000 on each category page refresh.
Actual result:
The number of products in categories is different on each category page refresh.
When the full reindex of the inventory is executed, category pages become empty and the We can’t find products matching the selection message is displayed.
Steps to reproduce:
bin/magento indexer:reindex inventory
Expected result:
Category pages display products as usual during reindex.
Actual result:
Category pages become empty during reindex.
To apply individual patches, use the following links depending on your deployment method:
To learn more about Quality Patches Tool, refer to:
For info about other patches available in QPT, refer to the Patches available in QPT section.