New Discussion

Notifications

You’re not receiving notifications from this thread.

Slack OAuth Error: Invalid client_id parameter

0
Rails

Hi guys! I'm getting this OAuth Error: Invalid client_id parameter after I insert the user creds.
Here is my code contains the client_id -
devise.rb:
config.omniauth :slack,
Rails.application.credentials.slack[:client_id],
Rails.application.credentials.slack[:client_secret],
scope: 'identity.basic'

Let me know if there's any more infor you need from me. Thankyou for your help.

Join the discussion
Create an account Log in

Learning Ruby on Rails? Join our newsletter.

We won't send you spam. Unsubscribe at any time.