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
TL;DR
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?Recommended threads
- Does Appwrite allow SSE ?
i'm trying to setup a slack bot on my site. Your deployed SSE endpoint is returning a non‑SSE response …and the browser immediately closes the connection. read...
- Build failed
FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory
- Other DateTime Columns Are Saved Incorre...
When opening a row’s details from the console and editing any field, the timestamps of other DateTime columns are being automatically changed and incorrectly sa...