Skip to content

no default_devise_mapping set #9

@charliee22

Description

@charliee22

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 ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions