wavezync / vue3-google-signin

Google OAuth2 plugin for Vue3 Apps. This uses latest Google Identity Service Library. It also provides set of composables which can be used easily to implement different authentication strategies
https://vue3-google-signin.wavezync.com/
MIT License
161 stars 17 forks source link

DOMException: CredentialContainer request not supported #63

Closed v0id-4lpz closed 9 months ago

v0id-4lpz commented 9 months ago

Hi! After many hours on this and lot of searchs, i come here...

Describe the bug On a fresh new Nuxt project I'm trying to add Google OneTap SignIn with nuxt-vue3-google-signin. I added the exact same code as provided in the doc but I have this console error after clicking login button. The errors seems coming from vue3-google-signin.

image

Screenshots image

image

Desktop (please complete the following information): Firefox 122.0 Node v20.11.0 NPM 10.4.0 Nuxt 3.10.0 Vue 3.4.15 nuxt-vue3-google-signin 0.0.10

v0id-4lpz commented 9 months ago

Ok do not the problem but after restarting "npm run dev" the error was different... CORS problem... Fixed it...

v0id-4lpz commented 9 months ago

Closing