Gogi
Gogi
Playing around with the `android:launchMode` in https://gitlab.com/metalwings/appwrite-flutter-oauth2-demo/-/blob/main/android/app/src/main/AndroidManifest.xml?ref_type=heads#L9 as suggest by @stnguyen90 didn't help.
Tested on iOS. Everything works there, because the sign-in window behavior is different. Also found a new clue: For some reason, the browser window "Sign in with Google" is closed...
### Workaround: - Initialize the OAuth Session manually by triggering `flutter_web_auth_2` - After successful login, trigger the AppWrite OAuth Flow ``` String provider = "google"; String projectId = ""; String...
Just for the record: I had the same issue. Completely identical error. Was building my project in a self-hosted GitLab Runner with the official node:16.13.1-alpine Docker Image Upgrading from 1...