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
send a request to a server that will return status code 500 so that the sdk retries the request
From what ive seen this is all it takes, upon retry the sdk incorrectly clones the request and actually passes just a reference of the previous request's content which then gets disposed and when trying to read the new request's content we get this error.