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
in utils/request.js, we expect response.body to be an object with a errors array property. In some circumstances there might be an issue with that, and we should add a check if response.body.errors exists and if it doesn’t, response.body can be a string like Not found: /hoodie/account/api/session/account.
The text was updated successfully, but these errors were encountered:
It should probably return a generic connection error saying that the account backend cannot be reached, as clearly the server does not respond as expected
in
utils/request.js
, we expectresponse.body
to be an object with aerrors
array property. In some circumstances there might be an issue with that, and we should add a check ifresponse.body.errors
exists and if it doesn’t,response.body
can be a string likeNot found: /hoodie/account/api/session/account
.The text was updated successfully, but these errors were encountered: