cancel
Showing results for 
Search instead for 
Did you mean: 

Index Management is empty, but status records are shown as "11 records".

   Did you know you can see the translated content as per your choice?

Translation is in progress. Please check again after few minutes.

Index Management is empty, but status records are shown as "11 records".

I have magento 2.3 with a theme, currently in beta phase. i tried to check the indexes but it is showing empty.

Capturedf.PNG

2 REPLIES 2

Re: Index Management is empty, but status records are shown as "11 records".

Hi @krishgokul,

Make sure that you have correct permission for Magento folder.

Or

Try the following command to setup proper permission to magento directory.

find . -type d -exec chmod 755 {} \; && find . -type f -exec chmod 644 {} \; && chmod u+x bin/magento

chmod -R 0777 var/ pub/ generated/

Flush the cache and check.

Re: Index Management is empty, but status records are shown as "11 records".

Hi, all permissions are set right. Didn't workout!