cancel
Showing results for 
Search instead for 
Did you mean: 

Some product is not showing in frontend

Some product is not showing in frontend

Hi I am new here

 

I update my product stock and status from disable to enable. after that I run indexer:reindex and i get error

Screenshot_1.jpg

 

When i check index management the product eav is not indexed

1 REPLY 1

Re: Some product is not showing in frontend

Run the following command :-

1.  Get Index Types Info

 php bin/magento indexer:info

From the output, you will see the code for index type Product EAV is catalog_product_attribute.

2. checking the status of all the index types by using this command:

 php bin/magento indexer:status


3. Reset all the indexes type

php bin/magento indexer:reset


4. Now catalog_product_attribute reindexed by using the following command:

php bin/magento indexer:reindex catalog_product_attribute

I hope it will help you Click Kudos and Accept as Solution.