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
The body is being set to null and then it's hitting the second if statement because it happens to be a 500 error.
@ryanseys Why is there a special case for 500s there? Shouldn't that be removed and just let the if statement above it handle the error? What about modify the line above from:
Ah yeah looks like an issue with that if block. Should be an else if and probably contain a bit more logic so as to capture the case described in the two line comment about that block.
I'm seeing a lot of errors passed back to my callbacks that include a null message. Eg:
However, when examining the body of the actual HTTP response, I see that the message is actually populated:
Actual response object:
The text was updated successfully, but these errors were encountered: