Hi there π I need to fill some collections which are stored in a list. There are a lot of documents. When I try to create so many documents, it works for a while and then it stops telling me some kind of limit has been reached. How can I change that the time I fill my collections ? I work with appwrite cloud. Thanks for help Sylvain
What limit are you talking about?
I'm going to assume you're talking about a rate limit. This is expected to prevent end users from spamming the server. They will either need to wait or you'll need to expose this functionality with an Appwrite function (using an API key)
Recommended threads
- Need help with createExecution function
Hi, Need some help understanding createExecution. When requesting function execution via createExecution, the function handler arguments are incorrect and rese...
- Query Appwrite
Hello, I have a question regarding Queries in Appwrite. If I have a string "YYYY-MM", how can I query the $createdAt column to match this filter?
- Need Help with Google OAuth2 in Expo usi...
I'm learning React Native with Expo and trying to set up Google OAuth2 with Appwrite. I couldn't find any good docs or tutorials for this and my own attempt did...