{{ message }}
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
🔖 Enhancement description
Currently appwrite uses link system which send a link to users which they use to redirect to the application. This works fine for web apps but for native apps, we cannot send
myapp://like scheme to get redirected to our apps. Because mailing service dont allow any other protocols except https. The native app scheme looks like a protocol and mailing service blocks theNot an httpslike scheme. It just strips the url away from the mail itself. Even if the url/scheme is sent in some hacky way the mail providers still block it by not allowing the users to click on it.🎤 Pitch
We either have to host a site and implement universal linking/ app linking or use a cloud function that redirects back (too much complecated). And not everyone wants to host a site for every app they make. The simple solution would be to use the Email OTP method present in appwrite to be used for password reset and email verification also.
👀 Have you spent some time to check if this issue has been raised before?
🏢 Have you read the Code of Conduct?
Beta Was this translation helpful? Give feedback.
All reactions