nuxt-vue3-google-signin icon indicating copy to clipboard operation
nuxt-vue3-google-signin copied to clipboard

Nuxt Module for vue3-google-signin

Results 4 nuxt-vue3-google-signin issues
Sort by recently updated
recently updated
newest added

I really dont know what is happening... randomly i get "missing required parameter client_id" in console... one day it works.. the next it doesnt... ![image](https://github.com/wavezync/nuxt-vue3-google-signin/assets/32599710/9a62dcd8-249c-468d-9c01-7c48b3832a10) Any one else experiencing this......

bug
triage

` import { useOneTap, type CredentialResponse } from 'vue3-google-signin' useOneTap({ onSuccess: (response: CredentialResponse) => { console.log('Success:', response) }, onError: () => console.error('Error with One Tap Login'), // options }) `...

The setup works for my localhost but doesn't work for the prod. Please help to fix it. I'm using version 0.0.11 and tried 0.0.10 as well.

**Describe the bug** The application crashes when the `clientId` is not defined in the environment variables. **To Reproduce** Steps to reproduce the behavior: 1. Configure the module with an empty...