
I just have created a new instance of appwrite and when after running my docker containers I tried to signup for the first time the console registration page is saying Current project have reached max number of users. and the fact is that I jsut created the new instace and trying my first login into the console.

That means you have registered previously or someone done that

If you didn't, I think it's better reinstalling Appwrite

but what if happend in my production environments I always have to reinstall ? or is there any other way to debug and solve it.

You have few options

One of them is to allow other user signup by changing the value of _APP_CONSOLE_WHITELIST_ROOT
to disabled
in your .env
file.
Then you can reload your docker, create the user and change the value of _APP_CONSOLE_WHITELIST_ROOT
to enabled
again
Check this for more details

Also, You can use the "Reset Password" option which gonna send an email with reset link
You'll need to have SMTP set for this one.

It will not happen in your production environment because by default, once you create an account, not one else will be able to register into the Appwrite console unless you set the corresponding env variables as Binyamin said. This is done to prevent someone else from using your Appwrite instance to create their own apps and use your server resources, also due to security reasons

Thank you .

[SOLVED]Current project has exceeded the max number of users.

[SOLVED] Current project has exceeded the max number of users.
Recommended threads
- Request failedPlease check if your crede...
I was trying to moved my archived project to a self-host database . Appwrite said we can view and migrate data but my archived project is rendering "Please che...
- upgrading from 1.4.5 to 1.6.0 broke my s...
I managed to upgrade my self hosted instance from 1.4.5 to 1.6.0 and now when i try to log into the dashboard i get the error in the attached image. Also any ap...
- Is it possible to getRow with all relati...
With the new Opt-In relationship loading, is it possible to query getRow to get all attributes and relationships and possibly even cascading relationships? I tr...
