
Hey all, I've been using Appwrite for a few weeks now and I am looking to get a few friends added to my project. When they go to register for my self hosted instance it throws an error about max users for a project (see attached). I looked through the console and I could only find the Users Limit at the auth level (second screenshot) which was set to unlimited. Any insight here?


For that you'll need to edit your .env
file and set _APP_CONSOLE_WHITELIST_ROOT
to disabled
_APP_CONSOLE_WHITELIST_ROOT=disabled
Then run
docker compose down && docker compose up -d

To find out more about environment variables check this https://appwrite.io/docs/environment-variables#general

oh shoot, i totally missed that env variable. thanks!

follow up question, that seems to stop that maximum users error but it throws another error saying that user already exists (they don't)

yea.. ignore that, it seems to have cached the email from an old invite that didnt work

[solved] New Users Cant Register For Self Hosted
Recommended threads
- I have an error oauth with Microsoft
invalid_request: The provided value for the input parameter 'redirect_uri' is not valid. The expected value is a URI which matches a redirect URI registered for...
- SMTP Error: Could not connect to SMTP
My appwrite self-hosted instance on DigitalOcean cannot sennd emails. The following results were performed Log: ``` docker compose logs -f appwrite-worker-mail...
- how many Teams can be created?
I am creating an app where I will let users create groups. This could mean there will be many groups created by user, to isolate those groups properly I am thin...
