Magento 2 – Fix ‘One or More Indexers Are Invalid’ Error

cronmagento2xampp

Sorry but i am new in Magento and i would ask what to do, i install Magento2.0 locally on XAMPP (i am using Windows 7) and when i go on Dashboard ,i get this message: One or more indexers are invalid. Make sure your Magento cron job is running. I saw the answer in topic Magento 2 Reindexing – One or more indexers are invalid. Make sure your Magento cron job is running , i have the same problem but the solution didn't work.

Best Answer

Try to run from the project root: php bin/magento indexer:reindex

Related Topic