You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to run EvMan in a development environment on my own machine. I'm trying to get the Slack integration set up. I've got the App created on Slack, and the various credentials set up in the environment variables. But when I hit "Add to Slack", returning to the OAuth2 callback results in this:
Completed 500 Internal Server Error in 12893ms (ActiveRecord: 5.0ms)
undefined method `[]' for nil:NilClass excluded from capture: DSN not set
NoMethodError (undefined method `[]' for nil:NilClass):
app/components/authentication/omniauth_adapter.rb:7:in `initialize'
app/controllers/o_auth_controller.rb:9:in `new'
app/controllers/o_auth_controller.rb:9:in `callback'
config/initializers/slack.rb:8:in `call'
Look at omniauth_adapter.rb:7, this is the initialization function:
Hello!
I'm trying to run EvMan in a development environment on my own machine. I'm trying to get the Slack integration set up. I've got the App created on Slack, and the various credentials set up in the environment variables. But when I hit "Add to Slack", returning to the OAuth2 callback results in this:
Look at omniauth_adapter.rb:7, this is the initialization function:
The problem seesm to be that
data
isnil
becauseauth_data
is nil.I'm having a hard time understanding what the problem is here! Can you help?
The text was updated successfully, but these errors were encountered: