Skip to content

Magento 2 – Local setup Algolia indexing issue cause PLP page not returning the products

Magento 2.3.1 & PHP 7.2 & LAMP Local setup.

In my local development site home page, pdp page is working well, but the PLP page is not loading, the products and Layered navigation are not rendered.

PLP Chrome Network says, JavaScript seems to be disabled in your browser. For the best experience on our site, be sure to turn on Javascript in your browser.

But remaining pages are working well.

When i try to run Algolia indexer:

php bin/magento indexer:reindex algolia_queue_runner

Getting an error:

2025-10-31T09:49:57+04:00 ERROR: AlgoliaSearchAlgoliaException: 
Too many indices (1016>1000), please remove unused indices before pushing more data. See https://support.algolia.com/hc/en-us/articles/4406981895313-How-many-indices-can-I-create- in /var/www/html/abc/vendor/algolia/algoliasearch-client-php/src/AlgoliaSearch/Client.php:1371

How to solve the issue?