Вопрос

When a customer registers, the details are loaded to the database and the customer is able to login and do the purchases. But in the Customer -> All Customers I am not seeing any registered customers. Please help. I have attached the screenshots in this link.

Это было полезно?

Решение

It seems that your customer_grid is not indexing properly. Run the following commands in the root of your magento folder.

bin/magento indexer:reset customer_grid

Then run the indexer:reindex on customer_grid again

bin/magento indexer:reindex customer_grid

Finally clear the cache

Hope this works

Другие советы

Run customer_grid indexer , but if you have your cron running on server then you don't need to run it manually.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с magento.stackexchange
scroll top