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
- Scheduled works locking the entire Maria...
I have a scheduled function and apparently that or something is locking the entire MariaDB database and Appwrite is giving MariaDB errors. This error persists e...
- Python Function not working
I am getting this issue as well. Doesnt look like there was a solution as you guys were not able to replicate. Below is my code as well as the error. I started...
- Migration Help
I have a small project which I have started using Appwrite cloud and now I want to self host Appwrite and migrate the data. I'm getting this error everytime I ...