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 callback url from appwrite is called, but than appwrite complain about a missing redirectURL.
The code was working before and it is still working for the rest, just Android has an issue. Any idea?
TL;DR
Developers facing issue with oAuth login in Flutter Android, works on iOS and web but not Android. Appwrite complains about missing redirectURL. Code worked before, now Android has issue. Possible solutions could involve checking redirectURL configuration or Android-specific settings for oAuth.