-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Google Auth Issue #4
Comments
(im using ngrok) |
|
|
I tried fixing the issue, no luck as of yet as I'm fairly inexperienced in js |
Dear @roko4370, please ensure that you have correctly inserted your Google Client ID in the .env file located in the client directory by using the following syntax:
Additionally, in the client/src/App.jsx file, please confirm that you have passed the client ID using the following syntax: You can also refer to the provided screenshot to ensure that the code is correctly implemented. Thank you for your attention to these details, and please let me know if you require any further assistance. |
You solve it? ....i have the same problem. And the code is fine. Google ID is inserted in env. Some idea how to solve it? |
For some reason the auth tab when attempting to login is completely blank. (i added the website to the google servers as well as provided the correct ID)
The error message in chrome is "[GSI LOGGER] The given clientID is not found"
Do you know what the issue could be?
The text was updated successfully, but these errors were encountered: