Closed kevinohara80 closed 8 years ago
There's a problem in apiAuthRequest when handling a 400 response. The error handler is set up to handle it like a json response but it's body is really empty, leading to an Error object created with a message of "undefined - undefined".
I think this was resolved at some point. Haven't seen this in months.
There's a problem in apiAuthRequest when handling a 400 response. The error handler is set up to handle it like a json response but it's body is really empty, leading to an Error object created with a message of "undefined - undefined".