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
Recommended threads
- [Regression] Appwrite 25.1.0 returns Inv...
I've already opened an issue on GitHub, but somewhat it doesn't seem like GitHub is monitored very closely, so I'm leaving a bug report here on Discord as well....
- Helping in unblock my account
I deleted my Appwrite Cloud account that was linked via GitHub. Now I activated my GitHub Student Pack and want to sign up again using the same GitHub account, ...
- Not allowed permission to upsert a prese...
```js const presenceID = ID.unique(); setPID(presenceID); const presence = await presences.upsert({ presenceId: presenceID, status: "online"...