Ueberauth_google returns user info as nill

I have set up authentication for my app using ueberauth_google, the callback and requests are working as expected but I’m getting nil values under info data, any reason why this could be happening?

Looks like I had to add profile to the default_scope :tada:

1 Like