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
- Selfhosted Github App installation
I've followed this guide: https://appwrite.io/docs/advanced/self-hosting/configuration/version-control to connect GitHub to my self-hosted Appwrite instance (1....
- User ID case sensitivity
I see that through REST (and SDK as well), getting a user is not case sensitive. And even though documentation does not clearly state that it is, the wording "V...
- Any way to temporarily bypass the email ...
Hey guys, any way to bypass the email verification to use the accounts again? i need to recover some projects that due to recent changes have been stopped, and ...