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?
#[solved] New Users Cant Register For Self Hosted
1 messages · Page 1 of 1 (latest)
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