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
- How to Display File in Web?
I'm trying to use Appwrite's Storage to store images and display them in my app, however when I use the `getFileView`, `getFileDownload` or `getFilePreview` met...
- Project Paused Despite Daily Active Usag...
I noticed that my project was automatically **paused**, even though it is actively being used. The project is an **attendance application** that is used daily b...
- Sudden CORS Errors - Domain hasn't Chang...
I have an Appwrite project with two web apps configured, the first one has the hostname `*` and the second one I just added to test if it could fix the issue wi...