Project ID: 67414182001dfe44c386 Endpoint: https://fra.cloud.appwrite.io/v1
Web Dashboard works fine, able to CRUD. But API return error
TypeScript
{
"message": "Resource limit for your project has exceeded. Please Upgrade to a higher plans.",
"code": 402,
"type": "billing_limit_exceeded",
"version": "1.9.0"
}
whereas the usage doesn't hit the limit
TL;DR
Developers are encountering a resource limit error when using the API for their project, even though their usage doesn't exceed the limit. The error message suggests upgrading to a higher plan due to a billing limit exceeded. The Web Dashboard works fine for CRUD operations.
Solution: Contact the customer support team to resolve the billing limit issue and potentially upgrade to a higher plan.Resource limit error using API for project
Recommended threads
- Failed to receive appwrite reset passwor...
Hey there, I forgot my password for my appwrite account but when i use forgot password, i dont get an email to reset the account but when i try to create a new ...
- Opening Project I get "500 Internal Erro...
Opening Project I get "500 Internal Error" added what i see on the page and in dev console
- Envvar editor var count mismatch
It shows i got 30 vars, but i can only count 22 + 3 secret. It's very confusing. Can't figure if it is hiding some or just counting wrong.