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
When i check index management the product eav is not indexed
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_attributeI hope it will help you Click Kudos and Accept as Solution.