I’m trying to build a release build of the android app. I’m using Release v2.1.
The Sign in with Google works on the web, but when I build a release apk/bundle, the Sign in with Google doesn’t work.
It used to work with the old app (archived one).
In my config.yml I enabled it and filled in the client id
GOOGLE:
ENABLED: true
CLIENT_ID: '{my client id}'
The Sign In with Google button was visible, when I taped it the list of Google accounts showed but when I chose one of the accounts (linked to a openedx user) it returned error “Something went wrong”.
My app is config to be signed by google play console.
I thought it was something with SHA-1 and the keystore file but I’ve already tried different combinations, and none worked. (still, I think this could be the problem)
Did I miss anything? Is there anything else I need to consider?