[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
- Free plan Usage
I using a free plan with one organization. I have three projects but on the free plan I should be able to have 2 projects running But in my case only 1 out of ...
- SPA Not working
So I'm using vite/react, which is spa, and it used to work before, but now whenever I go to any route except the root it shows appwrites 404 page, instead of us...
- Get Started - Web is broken
Trying to complete the get started tasks since the "66%" was finally getting to me, and clicked on "web", was met with: ``` Uncaught TypeError: Cannot read prop...