Hey there! I really like Appwrite and wanted to install it. After installing I get to the login, try to register, but it says that max users have been reached. Is there any way to either check manually who that user is or a way to delete all users and add one root manually? (I had Appwrite installed some time ago, so it may be possible, that a User already existed, but shouldnt it have been deleted back when I uninstalled Appwrite?)
Hey 👋 If you don't care about any data on your instance, you can wipe the Appwrite. That will allow you to register new console user.
To wipe Appwrite, you can run: docker compose down -v && docker compose up -d
Also, if you just want to play around, feel free to use Appwrite Cloud 😇 It's free, you can make an account here: https://cloud.appwrite.io/
It's like self-hosting, but without overhead of managing the server
Surprisingly, that worked :P Thanks alot!
[SOLVED] Cant add User after installing
Recommended threads
- Bulk API limitations in self-hosted serv...
Environment: Appwrite Selfhost SDK: node-appwrite 28.0 Calling `upsertRows` (also applies to `createRows`/`updateRows`/`deleteRows`) with more than 100 rows fa...
- Self Hosted GitHub connection not adding...
After upgrading to 1.9.6 i noticed that i cannot search for new repositories when trying to add new functions. I removed the existing github connection via Set...
- Getting current user has been blocked
Getting current user has been blocked error while signing in the appwrite console. Got this during I am testing with the my saas web project. Please help to unb...