#[solved] Get account verification working

4 messages · Page 1 of 1 (latest)

rough jungle
#

I am currently working on an ios app. I have the problem, that I am not getting the account verification running. The Mail with the verification link is sent to the user successfully, but the link returns an error (Screenshot). Did I miss something? Do I have to add an custom endpoint to the project in my appwrite console or is there something else I miss? Thanks in adavance for any hints!

dense cedar
# rough jungle I am currently working on an ios app. I have the problem, that I am not getting ...

The success page should be a page in your site which calls the account.updateVerification() function - https://appwrite.io/docs/references/cloud/client-web/account#updateVerification

The Account service allows you to authenticate and manage a user account. You can use the account service to update user information, retrieve the user sessions across different devices, and fetch the user security logs with his or her recent activity.

Register new user accounts with the [Create Account](/docs/references/cloud/client-web/accoun...

rough jungle
#

Awesome, that is working! Thank you very much

dense cedar