-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
unknown attribute 'expiry' for User. #886
Comments
had the same problem, try to not include this header and it works for me |
I'm not sure what your answer means. |
Thanks for clarifying. the problem seems to have disappeared at this moment, I have no idea why. I will look into the headers, though. |
It cropped up again when implementing password reset. I solved it by adding an expiry field to the users table. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have an ionic 1-based app talking to Rails 5 backend, using ng-token-auth and devise_token_auth. I just added an error handler, and now when I try to register a new user, $auth.signup fails and returns this StandardError message: "unknown attribute 'expiry' for User."
The text was updated successfully, but these errors were encountered: