#[SOLVED] Email verification + deep link?

4 messages · Page 1 of 1 (latest)

tame acorn
#

Hi, Im currently trying to figure out how can I set up deep linking redirect whenever the user wants to confirm his email by clicking on the link in the email. I am super confused because the account.createVerification() expects either localhost, cloud.appwrite.io, appwrite.io as url host which I don't get why. Like how am I supposed to create my own redirect if I cannot pass the user to my own domain? How do I go on from here?

[AppwriteException: Invalid url param: URL host must be one of: localhost, cloud.appwrite.io, appwrite.io]

south notch
#

add that custom domain to you project via Settings > Custom Domains. That should allow using whatever domain you need.

tame acorn
#

nvm I just figured it out. I actually had to add my domain via adding a new platform. It did not work with adding custom domains

#

[SOLVED] Email verification + deep link?