I have google oauth and everything goes well (sign in with account) but at last second it shows missing redirect for like 0.1 second so its tough for me to screenshot
i made web app credentials according to some tutorial
You're getting the session and everything?
If so, that's the expected behaviour
session is null
and no new account is being created
Did you have placed the token and ID correctly?
Also check there are not any white spaces
Happened to me š¬
oh wait one sec
lemme check
seems to be fine
discord auth seems to be working so its not really a port issue right
btw u also put the subdomain only right in webapp cred
and added ur acc as test user in external oauth consent screen
Did you added authorized domains?
yep lemme ss
I think you added something wrong in the Google cloud pannel. Let me check mine
Add too subdomain if possible
yea i dont think its possible
hmm what else can be missing
Did you have setup the consent screen?
Maybe you have missed such part? @Infinil
Recommended threads
- Weird permission failure
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...
- Flutter Android oAuth is no more working
I currently don't get the oAuth login to work in flutter android. it works on ios and on web. but when try to use it on Android, i get to the point where the ca...
- I'm experiencing a critical bug on Appwr...
Hey <@870607367597850624> team / support š I'm experiencing a critical bug on Appwrite Cloud that's blocking my production Flutter app. I've already filed GitH...