
I'm trying to add google auth to my flutter app but I'm facing this error and I'm not able to find the solution anywhere
I don't think there is any problem with the code since it is redirecting to this page but maybe with Google Console

Google requiring you o provide a top private domain when using OAuth.
The best solution in your case would be to create some host for your IP Then add it to your Google OAuth consent screen.
And using mobile phone can make it a bit tricky if you're using you local environment. There are few solution but each is more complex the the previous one.
From what I can see your best option would be:
- Move it to some online server with Domain.
- Use Cloudflare tunnel for free and point an outside real domain to your local instance of Appwrite

P.s. You can use this answer https://stackoverflow.com/questions/41139087/i-cant-edit-android-emulators-host-file#answer-41144234 to edit the hosts file in your emulator.
Recommended threads
- 503 Timeout when Updating or Upserting D...
Hey I’m running into an issue when trying to update or upsert a row in Appwrite. The request hangs for a while and then throws this error: ``` AppwriteException...
- Hola equipo de soporte,
Hola equipo de soporte, Estoy desarrollando una Function en Appwrite Cloud con Node.js 22 y el siguiente package.json: { "name": "upload-whitelist", "type"...
- Sites 30MB limit from GitHub
I’m deploying a site from github as Other type on the Hobby plan. It is actually a Flutter web app but it’s in a subdirectory with the root being an html landin...
