nuxt-vue3-google-signin
nuxt-vue3-google-signin copied to clipboard
Nuxt Module for vue3-google-signin
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...  Any one else experiencing this......
` 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...