
Hello! I installed the latest version of apwrite on my MacBook to test it. Everything was installed successfully, but I canβt access the control panel. When creating a new user, it says that the limit is over. How can I solve this problem

Hi, you might want to look at the environment variables of Appwrite at: https://appwrite.io/docs/advanced/self-hosting/environment-variables By default I think you can only register 1 user for the control panel. You can disable that by changing the _APP_CONSOLE_WHITELIST_ROOT variable or you can choose to whitelist emails or ips

I can't create the first user as a primary administrator

If I disable _APP_CONSOLE_WHITELIST_ROOT the server error

I already have a working version on my server. but in the old version there was no such problem. I wanted to update the new version, but before that I wanted to check whether to update or not.

Does the issue persist when using a lower minor version? I personally only tried it with version 1.3.x on MacBook

I wanted to update the new version, but before that I wanted to check whether to update or not.
How did you upgrade? Uhh did you try to install ANOTHER appwrite instance on the same machine? If so, that doesn't work π

I already have a working version of appwrite on the server (Linux). But this is an old version. I wanted to upgrade to a new one. But before updating I wanted to install it on my MacBook. There is no other copy. I installed the latest version from scratch. I wanted to see if I should update to a new one or not.

But now I can't create the first user. βIt says that the limit on the number of users has been reached, look at the console.β This is the kind of message that comes out.

what's the output of docker volume ls

I installed docker and appwrite from scratch. There cannot be another copy.


please share the output of docker volume ls
.
Please also share the output of this:
docker exec -it appwrite-mariadb sh -c 'mysql -uroot -p$MYSQL_ROOT_PASSWORD $MYSQL_DATABASE -e "select _id as \"Internal ID\", _uid as \"User ID\", name as \"Name\", _createdAt as \"Created At\" from _console_users;"'


Run docker inspect appwrite_appwrite-mariadb

The command you executed doesn't match what I sent
Recommended threads
- Build errors after installing sdk-for-ap...
Trying to install the sdk-for-apple for my swift project. The app builds with no issue without the sdk. Once I install the sdk, set the target as my app and try...
- Trouble with emailVerification(appname:/...
[AppwriteException: Invalid `url` param: Invalid URI. Register your new client (app) as a new platform on your project console dashboard]. i previously had ema...
- App with randomly scheduled notification...
**Hey everyone! π** Building a Flutter app that sends users 1-3 location-based challenges per week based on their preferences. ## The flow: 1. User selects ho...
