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
- Realtime: Listener not triggered on upda...
I self host appwrite 1.8.1. The genereal functionallity works fine. But my realtime subscription isn't updating. I see "Received heartbeat response from realtim...
- Impossible to get USER after createEmail...
Am using provider to deal with functions linked to appwrite. Here is my login. Future<String?> login(String email, String password) async { try { aw...
- Weird permission failure
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...