mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-25 23:15:49 +03:00
[GH-ISSUE #604] Issue in slack oauth redirect uri #441
Labels
No labels
bug
bug
bug
feature
good-first-issue
new integration
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/healthchecks#441
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @arihantdaga on GitHub (Jan 27, 2022).
Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/604
I tried to follow the instructions for slack integration
I configured redirect uri in my slack app. And gave correct client id and client secret, however when trying to click add slack, getting this error from slack -
Basically, redict uri is going as blank. I later checked the code also, in the add_slack_btn view ->
Shouldn't it also send redirect_uri in the request for getting authorization_code ?
@arihantdaga commented on GitHub (Jan 27, 2022):
My bad. I forgot to save urls.
It works.