0

My magento 2.2.1 website backend prompts "One or more indexers are invalid. Make sure your Magento cron job is running." How to solve this kind of error? Does it have a big impact?

enter image description here

Hitesh
  • 1,569
  • 1
  • 10
  • 27
nextion
  • 133
  • 1
  • 10

2 Answers2

1

Please run the below command from your command line.

php bin/magento indexer:reindex

To resolve your indexer error.

If you want that to happen automatically then you will have to setup a cron job for that command to execute automatically.

0

You need to setup Magento cron job so that reindexing will be handled by Magento. Or you need to run reindex command manually using command line.

Kishan Patadia
  • 5,609
  • 3
  • 24
  • 36