FaustoNisida / Chatbot-Long-Short-Term-Memory

GPT-3 Chatbot with Long and Short Term Memory and advanced logic built in javascript with openai API - short and long memory, KYC, embeddings, openai, database, flexible, gpt-3.5-turbo, react
161 stars 37 forks source link

Google Auth Issue #4

Open roko4370 opened 1 year ago

roko4370 commented 1 year ago

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?

roko4370 commented 1 year ago

(im using ngrok)

FaustoNisida commented 1 year ago

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?

You have to add these exact URLs: image secondImage

roko4370 commented 1 year ago

image I have, doesn't seem to work, do i have to include additional scopes?

roko4370 commented 1 year ago

image @FaustoNisida these errors show in chrome

roko4370 commented 1 year ago

I tried fixing the issue, no luck as of yet as I'm fairly inexperienced in js

FaustoNisida commented 1 year ago

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:

VITE_Google_Client_id="yourgoogleclientid"

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. ![image](https://user-images.githubusercontent.com/115468971/224318417-bc1cccd1-5c9e-4b26-bffa-e0cfb75fd414.png)
Czaras77 commented 1 year ago

I tried fixing the issue, no luck as of yet as I'm fairly inexperienced in js

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?