Getting error while using Oauth2provider.google
AppwriteException: general_unauthorized_scope, User (role: guests) missing scope (account) (401)
Developing for mobile using flutter. After the google account selection page, the user should be redirected back to the app as per our requirement, but it is not happening. Session is getting created on appwrite console but user getting stuck on appwrite page : https://cloud.appwrite.io/console/auth/oauth2/success?project=66face0e0028dbcc5a13&domain=.cloud.appwrite.io&key=a_session_...&secret=...#
Recommended threads
- Rate Limit of project
AppwriteException: Rate limit for the current endpoint has been exceeded. Please try again after some time. So , how much time I have to wait and why does it h...
- Update User Error
```ts const { users, databases } = await createAdminClient(); const session = await getLoggedInUser(); const user = await users.get(session.$id); if (!use...
- Deep Linking & Password reset
I am using react native with expo. I want to implement deep link with the url recived via email. So when clicked the link it opens my app. I havent ever used de...