Laravel Sail #26
-
Hey guys, maybe someone can help me. I am using Sail (on Windows). I can access the Meilisearch Web interface (http://localhost:7700/) without any problem. Furthermore, I have set the MEILISEARCH_HOST=http://meilisearch:7700 in my .env. When I try to crawl my site, I get the following error:
I also installed Laravel Scout to test if I get the same error from Meilisearch, but Scout works without any issue. So it seems to be a problem with the package. Any idea what am I missing? I also did a config/cache clear... Sail down... Sail down -v ... sail build --no-cache Nothing helps. Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I found a way to change the URL in the Documentation: https://spatie.be/docs/laravel-site-search/v1/advanced-usage/customizing-meilisearch-settings I leave it here if anybody else has the same problem. |
Beta Was this translation helpful? Give feedback.
I found a way to change the URL in the Documentation: https://spatie.be/docs/laravel-site-search/v1/advanced-usage/customizing-meilisearch-settings
I leave it here if anybody else has the same problem.