Taussy10
AppwriteException: Rate limit for the current endpoint has been exceeded. Please try again after some time. So , how much time I have to wait and why does it happens ?
TL;DR
Developers are encountering a Rate Limit error message when making HTTP requests to Appwrite. The error message indicates that the rate limit for the current endpoint has been exceeded. To find out how much time to wait before retrying the request and why this error is occurring, refer to the documentation provided in the link: https://appwrite.io/docs/advanced/platform/rate-limits Aweb
Any HTTP request you make to app write returns a header of the information you need like rate limit remaining and rate limit reset time, here is the documentation for that: https://appwrite.io/docs/advanced/platform/rate-limits
Recommended threads
- Update User Error
```ts const { users, databases } = await createAdminClient(); const session = await getLoggedInUser(); const user = await users.get(session.$id); if (!use...
- Deep Linking & Password reset
I am using react native with expo. I want to implement deep link with the url recived via email. So when clicked the link it opens my app. I havent ever used de...
- Current User is Not authorized
recreating same Thread