Magento 2 – Products Not Showing in Categories

categorymagento-2.0magento2product

Recently I've uploaded a few products in my Magento 2, they are enabled and inserted in the correct category but they do not appear even if I try to search them, I can see them only if I write the URL directly. what could be the reason?
I tried to refresh Magento cache but nothing's changed.
thank you

Best Answer

At Magento, after every products upload, you need do a reindex .

At Magento 2, to run the reindex, you should setup cron job.

If you want reindex immediate then you should run php bin/magento indexer:reindex command from Terminal.

Related Topic