GitHub authorization does not work (heroku)

Here is my settings:
github:
Homepage URL https://mytestapp.herokuapp.com/

Authorization callback URL https://mytestapp.herokuapp.com/accounts/github/login/callback/

Django administration
Home › Social Accounts › Social applications › GitHub
Name: gitHub
Client id: (copied from github)
Secret key: (copied from github)
Key: empty
Sites: Chosed sites > https://mytestapp.herokuapp.com

authorization worked, and then I was redirected to page
https://mytestapp.herokuapp.com/accounts/github/login/callback/?code=f0fb3a77e2b48df33c2a&state=UWHyO2mygGp2

I can see 1 user in github app, but every time I try to login, I get this message “Oops! Something is wrong. We’re going to fix it soon” and same url… Also there is no new users in django admin. As if the user was authorized on the side of the github, but he is not in the pontoon database

here is part of the heroku log: https://pastebin.com/raw/pBbgguFw

Can anyone check the work of github authorization on heroku?

1 Like

Hey, welcome to Pontoon :slight_smile:

Sorry to hear about the trouble you’re having using GitHub to authenticate users in Pontoon. I was able to reproduce the problem locally.

And filed a bug:

1 Like