anthonyjgrove / react-google-login

A React Google Login Component
https://anthonyjgrove.github.io/react-google-login
MIT License
1.85k stars 427 forks source link

gapi.auth2.ExternallyVisibleError: Missing required parameter 'client_id #235

Open jegathispandian opened 5 years ago

jegathispandian commented 5 years ago

Screen Shot 2019-07-10 at 12 57 59 PM

jegathispandian commented 5 years ago

sometime clientid is not loaded. sometimes its working fine. i don't know what is the issue

mamilov commented 4 years ago

+1 on this issue, does anyone know why?

joeyzia commented 4 years ago

+1 on in this issue, too. Running into problems here.

JuanuMusic commented 4 years ago

Same here! Running into the same issue!

This is my code

<ReactGoogleLogin clientId={process.env.REACT_APP_GOOGLE_CLIENT_ID} 
        onSuccess={googleResponse} cookiePolicy={'single_host_origin'} 
        render={renderProps => (<Button onClick={renderProps.onClick}>Register with google</Button>)} />
hitesh3001 commented 4 years ago

Facing the same issue. Did anybody figure out the cause?

Hamayun-Shahid commented 4 years ago

facing the same issue

farouk-abdelkrim commented 3 years ago

@jegathispandian did you find a solution please?