Hey everyone,
We wanted to share some of the technical challenges we’ve been facing with Google Sign-In in our Flutter app nammed okusnik. Our Appwrite project is configured with a redirect URL for OAuth sign-in: https://cloud.appwrite.io/v1/account/sessions/oauth2/callback/google/67ab12770007ea2d3196
In the Appwrite console, the OAuth callback URL is set exactly as above, ensuring that the session creation happens on Appwrite.
In our AndroidManifest.xml, we have an intent filter configured to catch deep link callbacks: <intent-filter android:autoVerify="true"> <action android:name="android.intent.action.VIEW"/> <category android:name="android.intent.category.DEFAULT"/> <category android:name="android.intent.category.BROWSABLE"/> <data android:scheme="https" android:host="cloud.appwrite.io" android:pathPrefix="/v1/account/sessions/oauth2/callback/google"/> </intent-filter>
Despite the above configuration, we are encountering a problem:
After selecting the email during the Google Sign-In process, the app shows a black screen. The browser redirects to the callback URL, but it never seems to get properly delivered to the Flutter app. Our logs show that the deep link listener is started, but we never see the expected deep link callback printed out. We’ve spent a lot of time trying to get Google Sign-In working via OAuth with deep linking, but the deep link callback from Appwrite isn’t being delivered as expected—resulting in a persistent black screen after selecting the email account.
We’re open to suggestions, and if anyone has experienced similar issues or has ideas on how to resolve this deep linking problem with Appwrite and Flutter, please share your insights! Thanks for reading, and we hope this discussion helps others who might be facing similar challenges. Can someone help me get the app working?
Recommended threads
- Email address must be in its canonical f...
Hello, Recently I was trying to signup with my GitHub account with appwrite account for availing the student benifits but while trying to signup I saw such erro...
- Login / Signup issue
So I have been trying to create an account on appwrite but no matter what I try it doesn't work. I tried using GitHub at first but after logging in it just red...
- [SOLVED] Appwrite Cloud and FRA cloud se...
Can anyone estimate how long this will take to resolve? I am checking status here https://status.appwrite.online/