omniauth-slack icon indicating copy to clipboard operation
omniauth-slack copied to clipboard

no default_devise_mapping set

Open charliee22 opened this issue 4 years ago • 1 comments

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 empty

What I'm doing wrong ?

charliee22 avatar Oct 01 '19 14:10 charliee22

You solve this problem ?

TwiXyl9 avatar Jun 12 '23 13:06 TwiXyl9