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
- Team invite - 500 error - no email
When executing ```dart await _repository.teams.createMembership( teamId: event.listId, roles: ['member'], email: event.email, url: 'xxxx', ); ``` I se...
- Issue with google and apple oauth in Flu...
My Flutter application is logging in and out with email and password successfully, but I’m having trouble with Google and Apple OAuth login and signup. Here’s...
- Issue with Appwrite Read Request Limit b...
Hi Team, My coding terminal connected to the Appwrite CLI blew through my Projects Read request limit with in a day! and thats a large limit! I'm not sure how...