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
- Problem with Google Workspace at DNS Rec...
Hello, I bought a domain at Namecheap, and Google Workspace used to work there, but now that I switched from Custom DNS to Appwrite's nameservers, it doesn't w...
- change role of a team member in Appwrite
It's not possible to add/change roles of a team meber in Appwrite Frontend. When you click on a member of a team you get forwarded to the configuration page of ...
- Session not found. Please run appwrite l...
I have encounter an issue with appwrite CLI They asking for a login session but in the doc, it’s mention that only setup client with endpoint / api key is enou...