I'm trying to migrate some of my simple projects from self hosting to cloud, and while trying to do that I noticed that my account I had created awhile back is now saying "The current user has been blocked". Had I done something? I can't sign up with this account as it says "A user with this email already exists in your project".
Did you try to delete your cloud account?
I don't think so? Not sure why I would.
Can you DM me your email?
What are you doing to trigger that blocked error?
logging in
On a different note, why is an account marked as 'Blocked' when it is deleted? π I've seen this behaviour as well.
to prevent someone else from registering with the same account info and possibly gaining access. same behavior happens for your Appwrite projects
@Christy Jacob I know y'all've been busy just seeing if you got my email about unblocked.
Hey Kenny, I don't think I've received your email yet.
Do you have written an email to christy@appwrite.io?
Have I mistyped it?
Looks like your email ended up in my spam. Let me unblock you π
That happens a lot π
I have unblocked the account. Please check now
yea, I think its because of the nature of those emails.
Heart breaking :( Thanks for unblocking!
no worries π Thanks for the ping.. Else would've missed it
[SOLVED] The current user has been blocked
Recommended threads
- delete document problems
i don't know what's going on but i get an attribute "tournamentid" not found in the collection when i try to delet the document... but this is just the document...
- Attributes Confusion
```import 'package:appwrite/models.dart'; class OrdersModel { String id, email, name, phone, status, user_id, address; int discount, total, created_at; L...
- Update User Error
```ts const { users, databases } = await createAdminClient(); const session = await getLoggedInUser(); const user = await users.get(session.$id); if (!use...