cancel
Showing results for 
Search instead for 
Did you mean: 

Product Details are not getting displayed in backend

Product Details are not getting displayed in backend

Hi,

I have migrated Magento 1 to Magento 2 with the help on the Data Migration Tool.

All products are migrated to Magento 2, but I couldn't find product details in backend. I have manually imported the database too. Still couldn't find any change. Tried to add a new product, still no use. 

 

 

Do you know what could cause this issue and how I can solve it?

2 REPLIES 2

Re: Product Details are not getting displayed in backend

You have to run indexing command using SSH,
Go to root path of magento instance,
Run bellw command,

php bin/magento indexer:reindex
php bin/magento cache:flush
If Issue Solved, Click Kudos/Accept As solutions. Get Magento insight from
Magento 2 Blogs/Tutorial

Re: Product Details are not getting displayed in backend

It is very simple issue,

Please run the command line for re-index your site.

good luck