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?
Summary
After successfully authenticating with OAuth2, the account.get() function is not working and returns an error message. The error suggests that the user is missing the required scope (account) for the role (guests). It seems like there might be a problem with third-party cookies. To fix this, check the third party cookie settings and ensure they are enabled. It's also worth reviewing the documentation provided at <https://appwrite.io/docs/advanced/platform/custom-domains>. It appears that OAuth2 sessions may be handled differently than email/password sessions.