alex2341355Original post
Rank 2: Process
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
Summary
There is an error with the magic URL in Flutter when using iOS. The error message states that the URL host must be either "localhost" or "cloud.appwrite.io." This issue is specific to iOS and does not occur on Android. The solution is to ensure that the URL host in the magic URL is set to either "localhost" or "cloud.appwrite.io" in order for the app to open properly on iOS.