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
When i try to format the sortBy items based on the discussion in #189, i saw that call to typesense was made with the right sort by option when i try to sort by file name desc. However i encountered a 404 error as well.
and i have the following 404 error instead.
_layout.tsx:223 Error: 404 - Not found.
at TypesenseInstantsearchAdapter2._validateTypesenseResult (typesense-instantsearch-adapter.js?v=30ae35b4:8128:19)
at typesense-instantsearch-adapter.js?v=30ae35b4:8024:30
at Array.map (<anonymous>)
at TypesenseInstantsearchAdapter2._callee$ (typesense-instantsearch-adapter.js?v=30ae35b4:8023:66)
at tryCatch (typesense-instantsearch-adapter.js?v=30ae35b4:69:21)
at Generator.<anonymous> (typesense-instantsearch-adapter.js?v=30ae35b4:161:22)
at Generator.next (typesense-instantsearch-adapter.js?v=30ae35b4:96:25)
at asyncGeneratorStep (typesense-instantsearch-adapter.js?v=30ae35b4:374:28)
at _next (typesense-instantsearch-adapter.js?v=30ae35b4:392:13)
overrideMethod @ console.js:213
Show 38 more frames
Show less
Any advice on this is greatly appreciated.
Metadata
Typesense Version: 0.25.1
The text was updated successfully, but these errors were encountered:
Hi,
This is similar to #189, where i'm using a instantsearch hook useSortBy (i'm on instantsearch 7.4.1) .
my items are:
When i try to format the sortBy items based on the discussion in #189, i saw that call to typesense was made with the right sort by option when i try to sort by file name desc. However i encountered a 404 error as well.
and i have the following 404 error instead.
Any advice on this is greatly appreciated.
Metadata
Typesense Version: 0.25.1
The text was updated successfully, but these errors were encountered: