
Tried to attempt the Google OAuth flow for a Flutter client app, but instead of the consent screen, it shows that access is blocked because of some loopback flow being banned. I read a bit about it, and it seems it needed an update of the mobile native SDKs. Here: https://developers.google.com/identity/protocols/oauth2/resources/loopback-migration#migrate-to-a-supported-alternative
Unable to say if it was updated for the latest Flutter packages or not, or if there is another way I can fix this?
Info: Appwrite Flutter verson: 8.3.0 Targeting Platform: iOS

interesting...For flutter, you shouldn't be passing a success or failure for the create OAuth2 session API call. In addition, the redirect uri in google should be set to point to your appwrite instance. is that what you've done?

Success and failure is empty.
Can you tell me more about the redirect URI thing, I'm a bit confused about that

When you setup oauth2 in Google, you need to put a redirect URI. That should be something like:
https://[DOMAIN]/v1/account/sessions/oauth2/callback/google/[PROJECT ID]

My bad. My application type for OAuth client Id was iOS and not web, which is why it wasnt working I guess. Created a web client Id and it works, thank you!

[SOLVED] Loopback flow blocked in Google OAuth
Recommended threads
- No mails from Appwrite
Hello, Since severals days, i have a problem : i d'ont received any mails from Appwrite. I'm using the auth by mail and i don't any code so any mails from App...
- Issue in saving special character ' ╟ '...
I've created a chat application using Appwrite. However, when users try to save code that contains the character '╟', an internal server error occurs. Interesti...
- Auth issue: 401 general_unauthorized_sco...
Hello, I face a big problem with Appwrite Auth that I never face before. It's very simple, the most basic auth process just don't work ```dart final client = ...
