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.
I'm using react-native-appwrite and Expo
Background:
I'm tyring to set up a login function where the user can login using Google. It seems to work up until I get this error [AppwriteException: User (role: guests) missing scope (account)] I think it refuses to set a session after creations.
A quick chatgpt tells me I have to add a redirect URI in the console. But I cannot find where.
Recommended threads
- Weird permission failure
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...
- Flutter Android oAuth is no more working
I currently don't get the oAuth login to work in flutter android. it works on ios and on web. but when try to use it on Android, i get to the point where the ca...
- Bug: TOTP MFA verification always fails ...
*Bug: TOTP MFA verify always returns `user_invalid_token` (Cloud 1.8.1, Frankfurt)** Project ID: `68dd48440003e537d849` SDK: `appwrite@18.2.0` (also tested wit...