iloire / watchmen

A simple node.js service monitor
MIT License
941 stars 199 forks source link

Google auth internal server error #71

Closed meadow-kun closed 8 years ago

meadow-kun commented 8 years ago

Hi, I set up the credentials for GA but get a 500 when performing the authentication.

Redirect URLs setup correctly.

InternalOAuthError: failed to fetch user profile at /var/www/watchmen/node_modules/passport-google-oauth2/lib/oauth2.js:92:28 at passBackControl (/var/www/watchmen/node_modules/passport-google-oauth2/node_modules/passport-oauth2/node_modules/oauth/lib/oauth2.js:123:9) at IncomingMessage. (/var/www/watchmen/node_modules/passport-google-oauth2/node_modules/passport-oauth2/node_modules/oauth/lib/oauth2.js:143:7) at IncomingMessage.emit (events.js:129:20) at _stream_readable.js:908:16 at process._tickCallback (node.js:355:11)

Seen this before?

syamsathyan commented 8 years ago

@philnord: Go to google developer console and enable the Google+ api

meadow-kun commented 8 years ago

Thanks!