WrongBackend exception when trying to connect GitHub

Hello!

I’m running Sentry in Docker and I added GITHUB_APP_ID and GITHUB_API_SECRET to my .env file.

But it doesn’t help. When I try to connect the repository I get exception:
WrongBackend Incorrect authentication service "github"

Traceback in logs:
Traceback (most recent call last): File "/usr/local/lib/python2.7/site-packages/django/core/handlers/base.py", line 112, in get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) File "/usr/local/lib/python2.7/site-packages/social_auth/decorators.py", line 27, in wrapper raise WrongBackend(backend) WrongBackend 22:38:39 [ERROR] django.request: Internal Server Error: /account/settings/social/associate/github/

What I am doing wrong?

Solved. I used quotes in my ENV file…