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 a request is sorted on fields that may have null values, the responses's hits.hits.sort array will contain null values that cause a parsing failure as arrays generally don't accept null values in the API spec.