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
In case generateScopedSearchKey() is called with an empty parameters
array the json encoding would result in '[]' which results in a broken
scoped key and an unhelpful 401 permission error from typesense.
Cast input to an object, so we end up with '{}' for that case.
0 commit comments