Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Slack Authentication Issue #34

Open
ThePresence opened this issue Dec 22, 2021 · 3 comments
Open

Slack Authentication Issue #34

ThePresence opened this issue Dec 22, 2021 · 3 comments

Comments

@ThePresence
Copy link

Hi,

I'm getting this error

redirect_uri did not match any configured URIs. Passed URI: http://test.something.com/auth/slack.callback

I've added Redirect URL in slack which is https://test.something.com/auth/slack.callback becasue slack only supports https.
What am I doing wrong here?

@ovizii
Copy link

ovizii commented Jan 23, 2022

I just noticed the same. The instructions are outdated. Besides telling us to use http which seems no longer supported there is also the fact that when you open the URL: https://api.slack.com/apps and Create New App you now have to select the top option: "from scratch"

@aamirbinabd
Copy link

@ThePresence Because you're redirecting to an HTTPS URL when the URL in your local env.outline is set to an HTTP. Either manually edit the file which I did or use make https to install cert and set up HTTPS. I haven't tested it though and am stuck with a bad gateway problem on the redirection page.

@vuducmanh11
Copy link

I use make https then make start and all works properly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants