otikOriginal post
Rank 2: Process
Hi guys, a little problem here.
I use the cloud and when i create a new user everything works, but when i want to verify him i says "User email is already verified" but it is not (proved by console cloud.appwrite.io).
using this endpoint: https://cloud.appwrite.io/v1/account/verification (POST)
result: 409 Conflict
Summary
Title: Developer experiencing issue with user verification on Appwrite cloud
Message: Hey developers, I need some help with an issue I'm facing. I'm using Appwrite cloud and when I create a new user, everything seems to work fine. However, when I try to verify the user using the endpoint `https://cloud.appwrite.io/v1/account/verification` with a POST request, I get a `409 Conflict` error message saying "User email is already verified." However, I have verified through the console at cloud.appwrite.io that the user is not actually verified. Can anyone help me figure out what's going wrong?