FernandoOriginal post
Rank 2: Process
Some days ago, right after the Appwrite 2.0 launch, we noticed that several users were complaining that they couldn't log into the app using their Apple Account, neither on iOS nor Android.
After successfully signing in to their account, Appwrite redirects them to the Appwrite login page instead of redirecting them back to the app.
The app in production is set up to use https://cloud.appwrite.io and Flutter appwrite: ^25.3.0, but even changing to https://fra.cloud.appwrite.io and appwrite: ^26.2.0 didn't work. We still have the same issue.
Summary
Flutter app users cannot log in with their Apple Account as the redirect is not working properly. Changing Appwrite version and URL did not fix the issue.