You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we can’t create a Client without any API Key.
But when you’re using meilisearch in development you can totally launch your instance without any API Key.
There is no reason to not support that.
Since we introduced the Authentication: Bearer {api_key} header, sending an empty api_key doesn't work anymore, which means it's impossible to use this SDK without an API key.