chsasank / outline-wiki-docker-compose

Installation and docker compose to self host outline wiki: https://www.getoutline.com/
297 stars 76 forks source link

Slack Authentication Issue #34

Open ThePresence opened 2 years ago

ThePresence commented 2 years ago

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 commented 2 years ago

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 commented 2 years ago

@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 commented 2 years ago

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