Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Magento 2: Not showing customers in backend grid

Tags:

php

magento2

We have a site that has approximately 300.000 customers. Sometimes the customers won't show up on the admin panel. For that we do php bin/magento indexer:reindex This process was already made http://prntscr.com/f71rro .

We have tried several things that might solve this issue: - Change the status directly on the data base and reindex again - update indexer_state set status = 'invalid' where status != 'valid'; - php bin/magento indexer:reindex

  • Increase the limit_memory on php.ini

  • Change PHP version to 5.6

Could you please help us and see what other solutions we could apply for this issue. Thanks!

like image 814
Sebastian Suarez Avatar asked Jan 30 '26 14:01

Sebastian Suarez


1 Answers

This is due to indexing issue. You can check customer index status in admin. Run below commands to fix customer index issue

    1) php bin/magento indexer:reset customer_grid

    2) php bin/magento indexer:reindex customer_grid
like image 178
Pkrishna Avatar answered Feb 02 '26 05:02

Pkrishna



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!