Not sure if i am doing something wrong,
I am creating an oauth2 session, then when it loads the success page, it is running an account.get() but it returns with Uncaught (in promise) AppwriteException: User (role: guests) missing scope (account)
are Oauth2 sessions handled differently than email/password?
Probably 3rd party cookie problem. See https://appwrite.io/docs/advanced/platform/custom-domains
how do i access the localstorage fallback
I checked local storage and there's nothing there either
It's going through the oath process successfully but not actually signing in (though it did create the account)
Did you read what I sent? Why are you asking about the local storage fallback? There is no local storage fallback when using oauth
Under third party cookies in the link you sent, it said that it is stored in local storage as a fallback
I see what you're talking about now I think though
Recommended threads
- Not allowed permission to upsert a prese...
```js const presenceID = ID.unique(); setPID(presenceID); const presence = await presences.upsert({ presenceId: presenceID, status: "online"...
- Finding job
Hi. I am a full-stack developer with experience in developing scalable and user-friendly web applications. I handle both front-end and back-end development, im...
- CDN not delivering correct bundle
My site 69b4cd410035893573dc is not delivering the latest deployed version via CDN, it seems stuck on versions from previoiu days, alternative links for the lat...