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
- `type 'Null' is not a subtype of type 'b...
When creating a new file using Appwrite Flutter SDK, the file is successfully created on the server, but the client throws the following exception: ``` type ...
- Console: Query on attribute has greater ...
I noticed an issue when one of my tables reached over ~800 rows. That table is relational to my users table Within the console I am able to view the table with ...
- Appwrite 1.8.1 - Traefik Returns 404 Due...
Problem: Fresh Appwrite 1.8.1 installation returns 404 on all requests. Traefik can't communicate with Docker daemon. Error: Error response from daemon: client ...