Closed kaisiant closed 9 months ago
May I ask if you are actually providing the MEILISEARCH_API_KEY env variable?
Here are some reasons you might get this error:
May I ask if you are actually providing the MEILISEARCH_API_KEY env variable?
Here are some reasons you might get this error:
- Using an api key header instead of Authorization header with Bearer token.
- Not providing any token (env variable is not set)
- Your Meilisearch issued api key for backend is obsolete, make sure to make GET /keys request to check if everything is alright.
lol, the host need to include the https
.
Bug report
Describe the bug
Not able to create index, it stated authorization header is missing. Tried curl, it works.
System information
"@medusajs/medusa": "1.20.0", "medusa-plugin-meilisearch": "^2.0.10", meilisearch: v1.3.4
Screenshots
Code snippets