cancel
Showing results for 
Search instead for 
Did you mean: 

Magento 2.1.7 reindex customer_grid returning No such entity

Re: Magento 2.1.7 reindex customer_grid returning No such entity

 

I have also checked the customer_grid_flat table and customer_entity tables. They are having all the records, but still Customer Grid in Admin Panel is showing No such entity.

I have tried reseting and reindexing and also truncating customer_visitor table. None of these steps have helped.

Can anybody suggest any manual step in which I can display rows correctly in the Customer grid in Admin panel.

Re: Magento 2.1.7 reindex customer_grid returning No such entity

In database table 'customer_entity' confirm website id with existing website if not match then change it and run below commands.

 

php bin/magento indexer:reindex

 

php bin/magento cache:flush