Open acacha opened 7 years ago
For example it happens when miggrations are not executed so no users table is available!
Why register form return error 500? migation was executed and users table is exist/ SQL SERVER
I'm also having a problem when submitting the registration form I get error 500 in the console.
@MarkGrenville @grey4eg please provide no only the error number also the error description you could find in console also
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);
to
_this.onFail(error.response.data.errors);
I have same problem. image : https://www.picz.in.th/image/BqlSmu
Now only console errors are shown and sigin/Register buttons get freezed/disabled.