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
- Function running for more than 2 hours i...
This is my projectID: 669fe01b003800dd0503 Cloud functionID is 696ea05400147eb8eb3b I hope this doesn't count against my GB-hours?
- change role of a team member in Appwrite
It's not possible to add/change roles of a team meber in Appwrite Frontend. When you click on a member of a team you get forwarded to the configuration page of ...
- Session not found. Please run appwrite l...
I have encounter an issue with appwrite CLI They asking for a login session but in the doc, it’s mention that only setup client with endpoint / api key is enou...