StaticspriteOriginal post
React Developer
Hi guys,
I want to set up a succes and failure url for my OAuth2 provider Google. But I don't see any options for this? Is it not possible to do so?
Beside the URI I dont see other options.
Summary
Issue: Developer encountering "AppwriteException" stating user is missing scope (account) when trying to set up Google login functionality. Unsure of where to set success/failure URL in Appwrite console, specifically for OAuth2 provider Google within a React Native and Expo project.
Solution: The error is likely due to missing scope permissions in the Appwrite console under the user's role settings. To resolve this, navigate to the Appwrite console, locate the specific user role (in this case 'guests'), and ensure it has the necessary 'account' scope assigned. Additionally, to set success/failure URLs for Google OAuth2 provider, explore