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!
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
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
[solved] Get account verification working
Recommended threads
- SSL certificate generation failed even t...
Hello, I have an Appwrite Site for which I added a custom domain. However, even though the domain is verified, the SSL certificate generation is failing. It is ...
- [Self-hosted] Realtime crashes with "Mis...
- How to use Operator.arrayAppend on a rel...
Hi, is it possible to use any operator on a relationship column? I have a One to Many relationship column on a table and I would like to add entries to the colu...