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!
#[solved] Get account verification working
4 messages · Page 1 of 1 (latest)
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...
Awesome, that is working! Thank you very much
If your issue has been solved, you can mark this post as closed by adding “[SOLVED]” to the beginning of the title