[SOLVED] A UI bug caused my app to get network throttled today, for how long does that hold?
- 0
- Cloud
I hit 154MB bandwidth and 35k requests. I had a similar situation once before but where I discovered it faster. This time I get errors after just a few backend calls.
I was hoping it was a daily throttle but I still have issues after midnight. Is it monthly so that I can resume normal use and testing tomorrow? I just got it published for internal testing in Play Store so the timing kind of sucks. Not close to needing a paid account otherwise.
I can't find any information in my account about the throttling btw, it's just external SDK calls to the db errors out.
Looks like it's a rate limit issue, do I have to dig out the http response to get that information then? https://appwrite.io/docs/advanced/platform/rate-limits
nvm, did some local troubleshooting and I seem to have an implementation bug in some previously untested code
[SOLVED] A UI bug caused my app to get network throttled today, for how long does that hold?
Recommended threads
- My account is blocked so please check an...
My account is blocked so please unblock my account because all the apps are closed due to which it is causing a lot of problems
- Applying free credits on Github Student ...
So this post is kind of related to my old post where i was charged 15usd by mistake. This happens when you are trying to apply free credits you got from somewh...
- Attributes Confusion
```import 'package:appwrite/models.dart'; class OrdersModel { String id, email, name, phone, status, user_id, address; int discount, total, created_at; L...