We are facing a problem with Magento 2.3 in indexers we tried a lot to fix it without any solution
You could see from the next screenshot that Reindex Required
We tried to edit our Cron job to fix the problem without any solution, below screenshot from our cron job
Could anyone help us in this issue, considering that we are using cpanel and don't have any access on SSH, we are using Magento 2.3, and we using php 7.2
Thank you in advance
You can reindex programmatically by below links,
Reindex Programmatically In Magento 2
You can reindex using SSH if you have any SSH access.
Run Command,
php bin/magento indexer:reindex
Hello @Amr_Ali,
Please install below extension
https://bsscommerce.com/reindex-from-backend-for-magento-2.html
After you can easily reindex data from adminpanel
--
If my answer is useful, please Accept as Solution & give Kudos