devbaji / vue3-google-login

Add Sign In With Google feature to your Vue 3 application
https://github.com/devbaji/vue3-google-login/
MIT License
202 stars 30 forks source link

Plugin is working on dev branch but not demo branch #57

Closed andreacuevas90 closed 3 months ago

andreacuevas90 commented 3 months ago

I've added the plugin to my project and it is working perfectly on my dev branch but won't work on my demo branch. This seems strange to me as I've merged dev onto demo.

The project is built using Vue 3 + Vite.

The error I get on the demo branch is 403 Forbidden. The Google Client ID I am using is the same for both.

devbaji commented 3 months ago

@andreacuevas90 Is the domain/url of apps running on both branch same?

andreacuevas90 commented 3 months ago

Thank you for replying! I fixed it. The domain was slightly different. We ended up creating separate Client IDs.