Open ThePresence opened 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"
@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.
I use make https
then make start
and all works properly.
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?