Sentry: Slack Integration: OAuth Error: Please specify `client_id`

Created on 11 Jun 2019  路  7Comments  路  Source: getsentry/sentry

Most helpful comment

I have the same issue.
"OAuth Error: Please specify client_id"

It happens when I click "Add Workspace" at "Slack Integration" page.

Dockerized Slack installation.

All 7 comments

@wakandan: Add these to your config.yml

slack.client-id: <'client id'>
slack.client-secret: <'client secret'>
slack.verification-token: <'verification token'>

Please refer Slack Configuration. Hope this helps.

Closing due to lack of any proper details. @wakandan I'd recommend searching the forums (https://forum.sentry.io/) and existing issues before posting a new issue here and then adding as many details as possible for a quicker resolution and response.

I have the same issue.
"OAuth Error: Please specify client_id"

It happens when I click "Add Workspace" at "Slack Integration" page.

Dockerized Slack installation.

For anyone who had the same issue, I managed to make it work by(apart from following this tutorial):

  1. update config file: sentry/config.yml
  2. rebuild docker images: docker-compose build
  3. restart containers with updated images: docker-compose up -d

I've managed to solve the Problem (also on premise sentry 9.1.2 installation with the official sentry docker image from hub.docker.com).

Like @xuqingfeng I also followed this tutorial: How to configure Slack in your on-prem Sentry

Unlike @xuqingfeng I didn't build a new Docker image. I just set the following ENV's:

  • env('SLACK_CLIENT_ID')
  • env('SLACK_CLIENT_SECRET')
  • env('SLACK_VERIFICATION_TOKEN')

After that I followed the next steps described in the tutorial.

where i can find all this variables ?

slack.client-id: <'client id'>
slack.client-secret: <'client secret'>
slack.verification-token: <'verification token'>

perhaps this HowTo is not relevant anymore? I can't see any Basic Information
Screenshot 2020-04-13 at 00 41 09

Was this page helpful?
0 / 5 - 0 ratings