I have a Flutter app for Mac with a myapp://test custom URI. If I visit that URI in my web browser, it redirects to my app.
But when I try to create a magic URL token like this:
final session = await account.createMagicURLToken(
userId: 'test',
email: 'test@example.com',
url: 'myapp://test'
);
...I get this error:
AppwriteException: general_argument_invalid, Invalid
urlparam: URL host must be one of: localhost, cloud.appwrite.io, appwrite.io (400)
How can I make the link in the email point to my custom myapp:// URI? 🤔
Recommended threads
- How to disable appwrite/embedding from s...
Hi everyone! I'm currently running a self-hosted instance of Appwrite. For my current use case, I don't need the AI/embedding features, and I noticed the `app...
- Sydney Cloud Sites: App Git deployment a...
Project ID: rentwize-db The app Site fails after the build completes with a missing build archive error. Site id: app Framework: TanStack Start SSR Output dir...
- Active Running Project Deletion Alert Em...
Hi , I received an email alert from Appwrite today stating “your project will be deleted within 14 days if no action is taken,” though I have been actively usin...