-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Website search is broken #2151
Comments
I don't think I have access to the right Algolia projects, but we just need to set the app ID that was removed in this commit: 1bd4b25 cc: @markerikson |
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? |
Hey guys, Looks like the appId is still required for the current setup. With the current config When I reverted the value for appId based on 1bd4b25, I no longer got the DNS error above. However, there is new 400 error:
Based on this support article, this error occurs in two cases:
Then I tried to fetch all indecies via GET https://g15kg9hemq.algolia.net/1/indexes?x-algolia-api-key=2d058d216b7fd5d68d481fd48ee72c06&x-algolia-application-id=G15KG9HEMQ which resulted in 403 error below:
Looks like the App ID & API key are no longer valid. |
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: