Hi everyone.
I have an issue with the Meilisearch API integration.
Currently, the Meilisearch service is running internally without SSL:
curl -X POST http://meilisearch:7700/multi-search
but it is also exposed externally via the following URL:
https://meilisearch.open.kaznu.kz
How this affects the platform: when I enter the CMS page
https://openedx/authoring/library/
I get an error (shown in the screenshot).
I already tried to align the MEILISEARCH_API_KEY value in config.yml with the API keys configured inside the Meilisearch container, but the issue persists.
My question: could this problem be caused by the absence or misconfiguration of an SSL certificate for Meilisearch?
I cloned the same project locally, and in the local environment everything works correctly.