-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Instantsearch and meilisearch tokens #1031
Comments
Hello @sabatale, Could you please provide the code snippet used in generating your tokens? I see the one above, but it doesn't contain a search rule; the search rule is a required parameter you must pass to generate a valid tenant token. |
Hey there, We tried using basic rules:
Generating an authorization header similar to: Resulting in:
|
@sabatale thank you for the additional information. Sorry if I wasn't clear with my question earlier. To help me identify the source of the problem, I need to see how the token is generated in your codebase and how you search using the token. However, here are a few possibilities you could look into:
Let me know your thoughts. Thanks. |
How to use with normal meilisearch.js like this ?
|
While running an app with ExpressJS, we started generating tokens for instant-meilisearch from the backend.
However the API key is never recognized as valid. Can you please confirm tokens work the same for instantsearch?
E.g.,
The text was updated successfully, but these errors were encountered: