I did a new installation of Magento (2.4.6-p2) and did the data migration from Magento 1.
Everything seems to work, except the catalog pages, which give the following error on the frontend:
Error: Cannot instantiate interface MagentoAdvancedSearchModelClientClientOptionsInterface in /var/www/html/magento2/vendor/magento/framework/ObjectManager/Factory/AbstractFactory.php:121
I have OpenSearch 2.11. In Magento backend the test is ok.
But I can’t reindex the Catalog Search.
If I type:
bin/magento indexer:reindex catalogsearch_fulltext
the result is:
Catalog Search index process error during indexation process:
Cannot instantiate interface MagentoAdvancedSearchModelClientClientOptionsInterface
[Exit 1]
Please help me to resolve this issue.