Outline: Slack Integration not working

Created on 2 Dec 2018  路  4Comments  路  Source: outline/outline

Hi,
I forked this repository and am trying to integrate with Slack.
I added to the env file my credentials:

SLACK_KEY
SLACK_SECRET

I see the 'sign in with slack button' and i also get to this page
screen shot 2018-12-02 at 13 44 57

but for some reason when clicking 'continue' i keep getting 'Internal Server Error'
this is the error i get in the logs:
screen shot 2018-12-02 at 13 46 34

(by the way the same thing is happening with gmail integration)

What am I missing? Thanks

question self-hosted

Most helpful comment

It looks as though your SECRET_KEY is not set or an invalid length

https://github.com/outline/outline/blob/67cd250316e2f8404c7f055651ec6f93fbbee6b3/.env.sample#L9

All 4 comments

It looks as though your SECRET_KEY is not set or an invalid length

https://github.com/outline/outline/blob/67cd250316e2f8404c7f055651ec6f93fbbee6b3/.env.sample#L9

@tommoor
I set my secret key according to this:

Please use openssl rand -hex 32 to create SECRET_KEY

shouldn't this be enough?

Well, you need to actually run that command in a terminal window and set the key to the output so it looks similar to the sample. I trust you did that?

thanks

Was this page helpful?
0 / 5 - 0 ratings