Refinement list gets populated and empty again when entering search page directly from URL #6293
Open
1 task done
Labels
triage
Issues to be categorized by the team
🐛 Current behavior
Currently, when entering the search page directly from the URL, the refinement list gets populated, and then, it gets clean again. There's no change on our side, the
query
is still present on the response (so, it didn't get lost), and the only difference in the response from each time, is theitems
value.simplescreenrecorder-2024-07-23_12.52.56.webm
In QA/PROD, this is the behavior:
items
is emptyitems
get emptyitems
is empty: status loadingitems
populated: status is not includeditems
populated: status loadingitems
populated: status stalleditems
is empty: status idleI've also tried to update the packages (4.73.2 and 4.19.0), but it only worked for local env, not other environments. We validated and the package was updated on those environments.
In local, this is the behavior (that's the "expected", since it gets the items populated and not empty):
items
is emptyitems
are populateditems
is empty: status loadingitems
populated: status is not includeditems
populated: status loadingitems
populated: status stalleditems
populated: status loadingitems
populated: status idle🔍 Steps to reproduce
Live reproduction
https://nuts.com/search/instant?query=cashews
💭 Expected behavior
The
items
shouldn't be clear after they are populated.simplescreenrecorder-2024-07-23_13.04.56.webm
Package version
instantsearch.js: ^4.37.3, vue-instantsearch: ^4.17.5
Operating system
No response
Browser
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: