julianlam / nodebb-plugin-sso-google

NodeBB Plugin that allows users to login/register via their Google account.
BSD 2-Clause "Simplified" License
20 stars 16 forks source link

Getting error when I try to login with Google: /auth/google Not Found #29

Closed snarlynarwhal closed 5 years ago

snarlynarwhal commented 5 years ago

Getting the same with nodebb-plugin-sso-facebook.

In the Credentials section of Google Cloud Platform I have:

https://forum.halfhumangames.com for Authorized JavaScript origins and..

https://forum.halfhumangames.com/auth/google/callback for Authorized redirect URIs

julianlam commented 5 years ago

Sounds like the plugin is not properly instantiated or set up. Make sure the client ID and secrets are set in the plugin settings. Restart your NodeBB after saving the config.

snarlynarwhal commented 5 years ago

In case anyone encounters this, try rebuilding. I think something happened when rebuilding after activating the plugin, but after rebuilding again it worked (just restarting won't work).