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
Yeah, the Algolia setup has been broken or weird for the last year or so.
We've got 2-3 different projects in Algolia. There was an old-style key for an old project and some kind of upgrade/migration step that didn't get done by their deadline. I thought I fixed it with a new key after talking to support, but maybe that didn't work right?
Looks like the appId is still required for the current setup. With the current config appId: ' ', requests fail because the appId is used in the URL generation https://{APPLICATION_ID}.algolia.net.
When I reverted the value for appId based on 1bd4b25, I no longer got the DNS error above. However, there is new 400 error:
{
"message": "indexName is not valid",
"status": 400
}
Based on this support article, this error occurs in two cases:
indexName does not match the indexName issued in your DocSearch acceptance email
What version of React, ReactDOM/React Native, Redux, and React Redux are you using?
What is the current behavior?
search doesnt work https://react-redux.js.org/
What is the expected behavior?
expected working search
Which browser and OS are affected by this issue?
chrome
Did this work in previous versions of React Redux?
The text was updated successfully, but these errors were encountered: