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
- function subdomain ssl certs
The generated subdomain isn't getting a valid ssl cert, I was wondering if appwrite automatically generates one or uses a wildcard for *.functions.domain.com? ...
- Whats best practise for Appwrite Cloud?
Appwrite Teams map very nicely to my needs, it is how i group users together. ... I use roles to define permissions. Should I also map a table to each team ? ...
- Error getting preview of file
Rest Response: ``` { "message": "Server Error", "code": 500, "type": "general_unknown", "version": "1.8.1" } ``` Appwrite Logs ``` appwrite ...