-
-
Notifications
You must be signed in to change notification settings - Fork 63
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
Too many requests sent #149
Comments
Could it be possible that the That could cause the InstantSearch component to re-render, since it's |
Well, it comes from the backend - even removing this element and leaving the basic configuration - it doesn't matter. It still sends too many queries and flashes. |
Has anything changed on this topic? |
Hard to tell where the issue is. If you're able to narrow it down to something in the adapter let me know. |
I am using next.js algolia boilerplate - You can see that after refreshing the page and clicking on the select option, it loads 2 requests. Using typesense and an adapter, it does 3 - causing the app to flicker, and swaps the results 2 times.
https://codesandbox.io/s/github/algolia/instantsearch/tree/master/examples/react-hooks/next
Are you able to find out why and how to prevent this from happening? Thank you very much my friend.
The text was updated successfully, but these errors were encountered: