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
url
param: 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
- Need help with createExecution function
Hi, Need some help understanding createExecution. When requesting function execution via createExecution, the function handler arguments are incorrect and rese...
- Need Help with Google OAuth2 in Expo usi...
I'm learning React Native with Expo and trying to set up Google OAuth2 with Appwrite. I couldn't find any good docs or tutorials for this and my own attempt did...
- Got message for auto payment of 15usd fo...
how did this happen? 1. i claimed my 50usd credits via jsm hackathon - https://hackathon.jsmastery.pro/ 2. it asked me which org. to apply the credits on, i se...