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'm using Nitrous.io since I am developing on Windows. This article explains why google sees the wrong URI.
https://github.com/shoebappa/vagrant-meteor-windows/issues/9
Basically you need to launch meteor with a modified ROOT_URL so that it doesn't start with localhost.
Replace localhost.meteor.com with the URL that meteor is actually running at. ROOT_URL=http://localhost.meteor.com meteor