I'm encountering an issue where products are not displaying in category pages on my Magento 2.4.7-p2 site. However, I can access the products through their direct URLs without any issues.
I changed the Theme to check, Luma, Blank infinit-by Codazon.
php bin/magento indexer:reset,
php bin/magento indexer:reindex, but the issue persists.
In exception.log I foun, but i checked Elasticsearch8 is working,
#1 html/vendor/elasticsearch/elasticsearch/src/Client.php(172): Elastic\Elasticsearch\Response\Elasticsearch->setResponse() #2 html/vendor/elasticsearch/elasticsearch/src/Traits/ClientEndpointsTrait.php(1567): Elastic\Elasticsearch\Client->sendRequest() #3 html/vendor/magento/module-elasticsearch-8/Model/Client/Elasticsearch.php(371): Elastic\Elasticsearch\Client->search() #4 /html/vendor/magento/module-elasticsearch-8/SearchAdapter/Adapter.php(109): Magento\Elasticsearch8\Model\Client\Elasticsearch->query()
Has anyone else experienced this problem, or can suggest what might be causing this issue? Any insights or guidance would be greatly appreciated!