Dear all,
I am using Windows 11 VS Code to create the Flutter app to login using Appwrite OAuth to sign Google account. When I tested it on Andriod emulator, it goes to the blank screen after I login google account. I have updated the information on C:...\android\app\src\main\AndroidManifest.xml. Please see the attached screen dump.
Does anyone what is wrong on AndroidManifest.xml?
Because It is worked when I run the Flutter Web. It is successfully to sign in Google account and redirect to the Success URL. Here is the code for your reference.
.createOAuth2Session(
provider: provider,
failure: kIsWeb ? '${location?.origin}' : null,
success: kIsWeb ? '${location?.origin}' : null,
)```
BTW, I have another question for the Flutter Web on this Appwrite OAuth sign on. Is it possible to use the same browser tab to login Google account? When I click the Google Sign in button, it launches a new Windows of Chrome browser. Once it is successfully signed in, it redirect to web home page but it has 2 tabs of my web site.
Regards
Recommended threads
- Android SDK: Kotlin null Value Not Updat...
Hi team, I think you should check the Android SDK implementation once, as it seems to have an issue handling Kotlin **null** values. For example: When I send:...
- Can't connect GitHub — 500 error at the ...
Appwrite Cloud, Pro plan, SFO region. All my Git connections vanished today — Sites and all 15 Functions now show no repository connected. When I try to add a ...
- GB Hours IS NOT resetting
Hi, I was checking my usage and noticed that all of my usage quotas were reset on August 20, 2026, when my billing cycle renewed. Everything else appears to ha...