I'm new in appwrite and, after deploying Docker image : docker run -it --rm --volume /var/run/docker.sock:/var/run/docker.sock --volume "$(pwd)"/appwrite:/usr/src/code/appwrite:rw --entrypoint="install" appwrite/appwrite:1.4.11
I can't create any account in Sign up page.
Where can I enter the number of authorised accounts?
Thanks !
You may have had an older instance 🧐 you can enable additional registrations by updating the console root environment variable: https://appwrite.io/docs/advanced/self-hosting/environment-variables#general
Hi, thanks for your answer. What variable are we talking about? I've seen this list, but I can't see how to give it a new number of authorised accounts.
_APP_CONSOLE_WHITELIST_ROOT
I try this command but it still doesn't work:
docker run -it --rm --volume /var/run/docker.sock:/var/run/docker.sock --volume "$(pwd)"/appwrite:/usr/src/code/appwrite:rw -e _APP_CONSOLE_WHITELIST_ROOT=enabled --entrypoint="install" appwrite/appwrite:1.4.11
No please read the top of the page...
Yes, the .env in the directory appwrite is : _APP_CONSOLE_WHITELIST_ROOT=enabled
i make another docker compose up -d
biut still with the same error
From the docs:
When enabled only 1 user will be able to use the registration form.
Yes i see, but still with the same error
You have to disable it......
it was disabled before :x Still in error when disabled
And you ran docker compose up -d after changing it to disabled?
yes
What's the output of docker compose exec appwrite vars | grep WHITELIST_ROOT?
Hi, the problem only occur in my macbook m2, i reinstall all in a windows and install works. WHITELIST_ROOT was disabled, but i notice one image is not functionnal (21/22). For now i try appwrite on windows. Thanks for help
Recommended threads
- how to access the value of account statu...
- Redirect from clicking team invite link ...
Hi all! Pretty new to app development in general so this might be something more generic than appwrite, but I've found (after reading the docs for the Teams API...
- Hosting Issues with Static IP not domain...
I have a machine with Static Public IP. I want to host Appwrite Site on it but I tried it but it doesn't allow IP addresses in Domain names. What should I do h...