
Im restricted on AWS Sandbox mode for emails so I can only test with one email. I am testing the verification method and even though I've deleted this user and recreated when I request a new verification email it says user is already verified. Even when I deleted the user and have manually checked that the user is unverified on the website I still get the same response
{"message":"User email is already verified","code":409,"type":"user_email_already_verified","version":"1.6.1"}

im assuming this is on Appwrite Cloud?

yes

The user/email is deleted at the moment and yet I still get
Verification response: {"message":"User email is already verified","code":409,"type":"user_email_already_verified","version":"1.6.1"}
iI am logging in each time to get my session but that shouldnt happen either technically

k ill add the Cloud tag to your post


and to delete the identity, see https://appwrite.io/docs/products/auth/identities#list-and-delete-identities. you can use a server SDK or the Appwrite CLI

I did use the CLI and it didnt seem to work, or is it somewhere else? I used Delete at the bottom of the Users section

I'll try the sdk method right now

what exactly did you do?
Recommended threads
- Is my approach for deleting registered u...
A few weeks ago, I was advised not to use the registered users' id in my web app. Instead, I store the publicly viewable information such as username and email ...
- Unable to create push providers - FCM or...
Currently unable to create a push provider for FCM or APNS.... https://github.com/appwrite/console/issues/2045 When uploading a file... FCM = Valid file retu...
- Stuck in "deleting"
my parent element have relationship that doesnt exist and its stuck in "deleting", i cant delete it gives me error: Collection with the requested ID could not b...
