Skip to content
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

no default_devise_mapping set #9

Open
charliee22 opened this issue Oct 1, 2019 · 1 comment
Open

no default_devise_mapping set #9

charliee22 opened this issue Oct 1, 2019 · 1 comment

Comments

@charliee22
Copy link

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 ?

@TwiXyl9
Copy link

TwiXyl9 commented Jun 12, 2023

You solve this problem ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants