Hi my name is kennedy and I have a problem, I’am starting with appwrite and I’am getting the following error um the Auth tab ( limit apllied ). Can anyone help me
If you're using the appwrite free plan, that means you are limited to a specific amount of users according to the plan. In the case of the free plan, for now it's 75K monthly active users.
You can get all the details here: https://appwrite.io/pricing
The problem is that there is no user created, I am studying and practicing with the app, I found the app very interesting but I have this problem and I don't know how to solve it
You don't need to solve it. It's a simple informative message.
The message doesn't mean that you can't create new users.
Just that you have a limit in the amount of free users that you can have, that is 75k active users per month.
If you need a bigger number you need to upgrade to appwrite pro
Recommended threads
- Rate Limit of project
AppwriteException: Rate limit for the current endpoint has been exceeded. Please try again after some time. So , how much time I have to wait and why does it h...
- Update User Error
```ts const { users, databases } = await createAdminClient(); const session = await getLoggedInUser(); const user = await users.get(session.$id); if (!use...
- Deep Linking & Password reset
I am using react native with expo. I want to implement deep link with the url recived via email. So when clicked the link it opens my app. I havent ever used de...