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
I am trying to create a search key by doing the following:
$searchKey = Algolia::searchKey(Property::class);
And am running into this error:
Algolia\AlgoliaSearch\Exceptions\BadRequestException
Invalid Application-ID or API key
If I use the client directly I can list indicies aok and all my syncing etc is working fine so I know my details in my env file are all aok.
I did notice this in the Algolia docs:
This is a private API key. Please keep it secret and use it ONLY from your backend: this key is used to create, update and DELETE your indices. You CANNOT use this key manage your API keys.
Could this be the issue?
The text was updated successfully, but these errors were encountered:
Hi there,
I am trying to create a search key by doing the following:
And am running into this error:
If I use the client directly I can list indicies aok and all my syncing etc is working fine so I know my details in my env file are all aok.
I did notice this in the Algolia docs:
Could this be the issue?
The text was updated successfully, but these errors were encountered: