-
Notifications
You must be signed in to change notification settings - Fork 282
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
In airbrake - RuntimeError: Could not find a valid mapping for path "/users/auth/facebook/callback" #130
Comments
@railsfactory-raju I don't know what this problem could be. If it can't be reproduced in a new store, then it's pretty hard for us to track it down and fix it. |
I saw the same thing after I was messing around with using The exclusion urls for |
omniauth/omniauth#240 related? |
Steps to reproduce:
|
Work arounds:
OmniAuth.config.on_failure = Proc.new do |env|
env['devise.mapping'] = Devise.mappings[:spree_user]
controller_name = ActiveSupport::Inflector.camelize(env['devise.mapping'].controllers[:omniauth_callbacks])
controller_klass = ActiveSupport::Inflector.constantize("#{controller_name}Controller")
controller_klass.action(:failure).call(env)
end |
Hi,
Recently I built spree application with spree-2.1 + Spree_auth_devise-2.1 + spree_social- 2.1.
My airbrake account showing the below information,
I unable to reproduce that issue with facebook signin/up && normal login/signup from
live site.
But found this error from airbrake.
What is the problem? Please share your idea.
The text was updated successfully, but these errors were encountered: