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

but for some reason when clicking 'continue' i keep getting 'Internal Server Error'
this is the error i get in the logs:

(by the way the same thing is happening with gmail integration)
What am I missing? Thanks
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:
openssl rand -hex 32 to create SECRET_KEYshouldn'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
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