Magento 2 – New Customers Not Showing in Backend

croncustomermagento2reindex

I cannot see new customers in my M2 backend customers list and I figure out it's happening because my "Customer Grid" is not reindexed(Reindex required), Here is manual method to re-index CLI: php bin/magento indexer:reindex but how to make reindex automatically? like cronjob?

Best Answer

That's correct. In Magento 2, the indexing process is triggerred by the cron and cannot be triggered manually anymore.

To setup your cron I suggest you follow the official documentation: http://devdocs.magento.com/guides/v2.1/config-guide/cli/config-cli-subcommands-cron.html