After updating a product ,for example price or description or anything, the product the disappears from the category page. I have to run the following command: php bin/magento indexer:reindex catalog_category_product and then the product reappears.
Reindex is set as Update by Schedule and runs every min.
Hi @aidin3000,
This command reindexes one time only.
To keep indexers up-to-date, you must set up a cron job. To run cron please run the following command:
php bin/magento cron:install
Hope this can help you! Let me know if you need further assistance.
__________
If issue solved, Click Kudos & Accept as Solution.
Cron is already running and reindex is applied on schedule.
Hi @aidin3000,
Please check the extensions you install on your website. I guess it's going to be conflicting with one of the extensions on your website.
Hope this can help you! Let me know if you need further assistance.
_________
If issue solved, Click Kudos & Accept as Solution.