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
- Update User Error
```ts const { users, databases } = await createAdminClient(); const session = await getLoggedInUser(); const user = await users.get(session.$id); if (!use...
- apple exchange code to token
hello guys, im new here 🙂 I have created a project and enabled apple oauth, filled all data (client id, key id, p8 file itself etc). I generate oauth code form...
- How to Avoid Double Requests in function...
I'm currently using Appwrite's `functions.createExecution` in my project. I want to avoid double requests when multiple actions (like searching or pagination) a...