NZXOriginal post
Rank 3: Container
I have set up the google login function like that, it does direct me to login google page then to the Dashboard but on the dashboard I am not 'connected', I can't fetch anything from account.get() ?...
Summary
The user is facing issues with Google oAuth setup. They have enabled it but it keeps redirecting them back to the login page. It is likely caused by third-party cookies being blocked. The user already has an account created in their appwrite database. They have set up the Google login function correctly, but they are unable to fetch data from account.get() on the dashboard.
Solution: Enable third-party cookies in the browser settings. This should resolve the issue with the Google oAuth setup.