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
- Project paused?
Hello, I have two Appwrite projects and I can not resume them for some reason. I'm using the free plan, and I saw in the pricing page that 2 free projects are a...
- Failed to generate functions SSL
```appwrite-worker-certificates | Cannot renew domain (functions.domain.com) on attempt no. 9 certificate: Failed to verify domain DNS records. appwrite-worker...
- Dart 3.10 runtime on self-host 1.8.1
I added dart-3.10 runtime in .env file, applied the changes, but cannot see such option on console. is dart 3.10 not supported by self hosted 1.8.1? if not, whe...