-
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
Missing template /omniauth_response #132
Comments
Thanks @fikriauliya - I'll look into this right away. |
And probably it would be better to drop those
to just:
The inclusion of |
@fikriauliya - I'm unable to reproduce this bug. I just pushed the latest code up to the demo site and everything seems to be working fine. Are there any notable differences between your app and the reference implementation? |
Perhaps because I use Rails API? https://github.com/fikriauliya/angularjs-rails-api-devise-bootstrap |
@fikriauliya - version |
I use latest Rails-API & latest devise_token_auth (beta), after successful callback from Facebook OmniAuth, the following errors happen:
It could be fixed by replacing (in omniauth_callbacks_controller.rb):
to
The text was updated successfully, but these errors were encountered: