
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
- Auth showing wrong numbers of users
I have 6 verified users but it shows 5 24 hours before I have 5 users that time its showing 4 users. Project ID: `68aed705001ef67ac979`
- Appwrite + Google OAuth session created,...
Hey everyone, I’m running into a weird issue with Appwrite’s Google OAuth provider and would love some insight. Here’s my setup: - **Stack:** React app...
- createPhoneToken not working with expo
` const phoneResponse = await account.createPhoneToken(response.$id, phone);` this gives this error: `OTP error: [AppwriteException: Server Error]` * phone i...
