We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi everyone,
I got this error.
NotImplementedError in Overrides::CustomOmniauthCallbacksController#redirect_callbacks no default_devise_mapping set
NotImplementedError in Overrides::CustomOmniauthCallbacksController#redirect_callbacks
no default_devise_mapping set
here is how I set it up omniauth.rb
omniauth.rb
provider :slack, ENV['SLACK_ID'], ENV['SLACK_SECRET'], { scope: 'identity.basic,identity.email,identity.team,identity.avatar', provider_ignores_state: true }
I also overrided the controller to see what is inside of request.env['omniauth.params'] , but it was empty
request.env['omniauth.params']
What I'm doing wrong ?
The text was updated successfully, but these errors were encountered:
You solve this problem ?
Sorry, something went wrong.
No branches or pull requests
Hi everyone,
I got this error.
NotImplementedError in Overrides::CustomOmniauthCallbacksController#redirect_callbacks
no default_devise_mapping set
here is how I set it up
omniauth.rb
provider :slack, ENV['SLACK_ID'], ENV['SLACK_SECRET'], { scope: 'identity.basic,identity.email,identity.team,identity.avatar', provider_ignores_state: true }
I also overrided the controller to see what is inside of
request.env['omniauth.params']
, but it was emptyWhat I'm doing wrong ?
The text was updated successfully, but these errors were encountered: