I am trying to setup my Meteor app to use Google logins, Here is my setup in the /server/config.js file
Accounts.loginServiceConfiguration.remove({
service: \"go
I have the same problem on https://gotlog.in When I put https://gotlog.in/_oauth/google?close as the call back URL it get worth :
And whe I put the good call back (https://gotlog.in/_oauth/google) as said in the setup popup I get the same :
My root URL is setup and valid, but I have no userData published. But the documantation says : "By default, the current user's username, emails and profile are published to the client."
I was missing the consent screen information in the api console. And yes the callback URL has to have the '?close' at the end. Viva Meteor =)