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 my case was an acacha/forms error in erros response object.
I received an 422 (Unprocessable Entity) when I did a mistake with credentials and my interface froze.
But nothing 500.
I temporarily fixed it changing line 267 in node_modules/acacha-forms/Forms.js of submit method.
From: _this.onFail(error.response.data);
Now only console errors are shown and sigin/Register buttons get freezed/disabled.
The text was updated successfully, but these errors were encountered: