I have tried with selfhosted appwrite instance in cloud.I have used the flutter for the email verification in the app.But it sends the email and i get the code to my email using the createEmailToken function. but there is not function to verify the email verification code.How to solve my problem
TL;DR
Developers are having trouble verifying email verification codes in a self-hosted Appwrite instance. The Appwrite API does not seem to have a function for verifying email verification codes. A possible solution is to manually create a function to verify the email verification code within the app's codebase.