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
- apple exchange code to token
hello guys, im new here 🙂 I have created a project and enabled apple oauth, filled all data (client id, key id, p8 file itself etc). I generate oauth code form...
- Send Email Verification With REST
I am using REST to create a user on the server side after receiving form data from the client. After the account is successfully created i wanted to send the v...
- Use different email hosts for different ...
Hello, I have 2 projects and i want to be able to set up email templates in the projects. Both projects will have different email host configurations. I see ...