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
- How to use dart workspaces to deploy a f...
Hello, I'm developing a Flutter application and I would like to leverage dart pub workspaces to deploy a function with a dart runtime as advertised here : http...
- Issue Related to Presence
```PresenceService: upsert error – AppwriteException: user_unauthorized, The current user is not authorized to perform the requested action. (401) ...
- iOS Auth - Apple OAuth not working.
when i use the prod app, the apple auth on ios is not working, it shows me: missing redirect url. however the debug version, connected to another project is wor...