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?
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
It is very simple issue,
Please run the command line for re-index your site.
good luck