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
From reading codes, I believe the issue is, trying to deserialize plain text to Object. Without diving too much in the code, my biggest suspect is, the wrong serializer used.
-- codes that deserialize the response (for CatAliases) -> NEST/Cat/ElasticClient-Cat.cs line-15.
Steps to reproduce:
Connect to elasticsearch that has basic auth (test cases shows most of the time, issue arises when there is basic auth)