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() ?...
The account is created in my appwrite database aswell, so it's just about fetching that data on the dashboard
This is probably third party cookies blocking
Make sure you have third party cookies enabled in your browser
enabled, still not working it is redirecting me back to login page
Recommended threads
- [Bug?] row_already_exists (409) after ma...
Hi, I'm experiencing a confusing issue with Appwrite Cloud Setup: A `tournaments` table with a composite UNIQUE index on (tournament_name, date). Steps to rep...
- restore paused project not working
https://cloud.appwrite.io/console/project-sfo-69b1b841002ca6a07f14/overview/platforms
- Realtime doesn't seem to work with Table...
Hi, I am trying to connect my tables rows with realtime on my react website, it connects, but I dont get the rows when a row is being created. I tried with Chan...