what is mean?
flutter: error -createMagicUrl
flutter: AppwriteException: general_argument_invalid, Invalid url param: URL host must be one of: localhost, cloud.appwrite.io (400).Magic url is working on Android. But IOS do not open app
You need to provide some url and that url should take the user back to your app so you can finish the flow. Look into deep linking for flutter
this should help https://docs.flutter.dev/cookbook/navigation/set-up-app-links
Recommended threads
- Fix Android OAuth2 page not being resume...
I've opened a PR a while back that fixes Flutter OAuth2 authentication with recent `flutter_web_auth_2` version, that didn't get much attention: * https://githu...
- `type 'Null' is not a subtype of type 'b...
When creating a new file using Appwrite Flutter SDK, the file is successfully created on the server, but the client throws the following exception: ``` type ...
- login With OAuth Failed
login With OAuth Failed: when i cliick to login with any of the following (facebook, gmail or apple) am being redirected out of the app to enter my detail, afte...