
My website is done. working on a demo for the client. my collections have 3 to 20 records each. working on seeding data, i'm facing again and again the dreaded 'Rate limit exceeded' error on my backed. WTF? how much is that limit? If I can't add/delete 50 records without hitting the ceiling, that's a big nono for me. I don't think i'll use appwrite again.

What operation are you doing when getting that error?

If you're using an API Key with valid scopes, you should not be hitting the limits

deleting all records (3-50) each time, then inserting them again. did this maybe 10 times

4 collections.
Recommended threads
- Relationship Attribute Deletion Causes D...
I'm experiencing a critical bug with Appwrite CLI that causes complete data loss when making minor schema changes to relationship attributes. What I Tried To D...
- Help on importing data - error Unknown a...
Hey There! I want to create a local environment on my new computer, i wish to get the information i have on my staging appwrite cloud server. When running mig...
- login backend and frontend
I'm using Remix, as my Backend (node). and react on my frontend. Until now, i did SSR login. saved the secret.. and it's fine. For many simpler requests i wish...
