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
- Having issues with login via CLI
``` ~/appwrite appwrite login --endpoint https://localhost/v1 --verbose ? Enter your email myvalidemai...
- Attributes Confusion
```import 'package:appwrite/models.dart'; class OrdersModel { String id, email, name, phone, status, user_id, address; int discount, total, created_at; L...
- I recently applied for the free plan und...
I recently applied for the free plan under the GitHub Student Developer Pack. However, my billing status still shows $15, and it mentions that this amount will ...