grafana / incident-community

Public repository for Grafana Incident feedback, bug reports, discussions, and updates.
26 stars 2 forks source link

Incorrect callback URL when installing github integration #87

Closed ajaffie closed 10 months ago

ajaffie commented 10 months ago

Describe the bug The github integration install button appears to use an incorrect callback URL. This is the first part of the URL I end up at: https://grafana.com/incident/api/oauth2/github?error=redirect_uri_mismatch&error_description=The+redirect_uri+MUST+match+the+registered+callback+URL+for+this+application. The button URL is https://github.com/login/oauth/authorize?client_id=redacted&redirect_uri=https%3A%2F%2Fchatops-proxy-prod-us-central-0.grafana.net%2Fchatops%2Foauth2%2Fgithub&state=redacted

To Reproduce Steps to reproduce the behavior:

  1. Go to https://.grafana.net/a/grafana-incident-app/integrations/grate.github
  2. Click on Install.
  3. See error

Expected behavior Install the integration.

Relevant system information Grafana Cloud region: prod-us-east-0

ajaffie commented 10 months ago

this seems fixed today.