cancel
Showing results for 
Search instead for 
Did you mean: 

Category Content Not Updating

Category Content Not Updating

I am running Magento 2.1 CE. When updating a category description or adding a static block from the backend, the category page on the frontend is not updated with this new content. The cron jobs are setup and running.

 

Running the indexer:reindex command twice seems to update the frontend with the new content.

 

Any ideas as to why the content would not be updating on its own?

1 REPLY 1

Re: Category Content Not Updating

I was able to work around this by setting up another cron job to reindex every minute along with the other cron jobs. Not sure why the regular cron jobs are not indexing correctly though.

 

* * * * * /usr/bin/php /var/www/magento2/bin/magento indexer:reindex