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
- hi guys! my site is not accesible in my ...
- MongoDb Database Breaks integer[] & bigi...
I've got a table with the below column created. When I try to insert the value `[-3408048000]` into it, the dart sdk cloud function call is successful (no error...
- Delete on cascade from Cloud Function
I'm writing a Python function that deletes a user's main row from a table in my database. This row has relationships with other tables that use cascade deletion...