Tutor install (sumac 1) - meilisearch - error

Hi,

I received the following error when installing latest edx as of this post (sumac 1)
I run: tutor local launch
tutor version: 19.0.1

Note: the vm used is behind corporate proxy.

[+] Running 1/1
:heavy_check_mark: Container tutor_local-permissions-1 Started 1.7s
Traceback (most recent call last):
File “”, line 5, in
File “/openedx/venv/lib/python3.11/site-packages/meilisearch/client.py”, line 306, in get_key
key = self.http.get(f"{self.config.paths.keys}/{key_or_uid}")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/openedx/venv/lib/python3.11/site-packages/meilisearch/_httprequests.py”, line 76, in get
return self.send_request(requests.get, path)

Thank you,

We ran into the same issue with corp proxy. Resolved by adding meilisearch to 'no_proxyin~/.docker/config.json` (or wherever you’re excluding tutor’s internal domains).

1 Like