I was changing my project structure so I was making some new collections and fetching data and doing a lot of requests. I also accidentally did a large amount of requests once, so appwrite marked it as an unusual activity and blocked the access.
Please can you revert it asap as it is a live app and I can not afford a lot of downtime. Thanks.
I have also sent an email to support@appwrite.io
Weird...I don't see the email 🧐 , but let me take a look
You've removed the problematic code causing the large amount of requests?
Recommended threads
- Update User Error
```ts const { users, databases } = await createAdminClient(); const session = await getLoggedInUser(); const user = await users.get(session.$id); if (!use...
- apple exchange code to token
hello guys, im new here 🙂 I have created a project and enabled apple oauth, filled all data (client id, key id, p8 file itself etc). I generate oauth code form...
- I recently applied for the free plan und...
I recently applied for the free plan under the GitHub Student Developer Pack. However, my billing status still shows $15, and it mentions that this amount will ...