REST API - Limit reached error even after upgraded my Org from Free to Pro plan.
- 0
- REST API
- Web
- Cloud
REST API - Limit reached error even after upgraded my Org from Free to Pro plan.
Org ID: organization-648ddef2150a9ee1f10d Proj ID: 648ddef24aa4b8a6579e
{"code":402,"type":"exceeded_bandwidth","response":{"message":"Bandwidth limit for your organization has exceeded. Please upgrade to higher plan or update budget cap.","code":402,"type":"exceeded_bandwidth","version":"0.12.87"}}
Can anyone please look into this issue asap.
REST API - Limit reached error even after upgraded my Org from Free to Pro plan.
@vinay5667 Hi, which card did you use to upgrade to a pro plan ?
HSBC Credit Card
Did you try with debit card ?
0$ payment verification was a success & I got an email also that I upgraded to Pro Plan.
What else needed from my side?
I'm not from the appwrite team, I'm also a user who got the same issue, I'm trying to upgrade to pro plan , but I don't have a credit card. Debit cards are not working well with stripe.
I just wanted to know whether you have tried with debit or not.
Credit card is success, then why again I need to add debit?
Never mind. It's working now.
I think the cache issue from AW - TTL is one hour I guess - may be 🙂
Recommended threads
- [Regression] Appwrite 25.1.0 returns Inv...
I've already opened an issue on GitHub, but somewhat it doesn't seem like GitHub is monitored very closely, so I'm leaving a bug report here on Discord as well....
- Helping in unblock my account
I deleted my Appwrite Cloud account that was linked via GitHub. Now I activated my GitHub Student Pack and want to sign up again using the same GitHub account, ...
- Not allowed permission to upsert a prese...
```js const presenceID = ID.unique(); setPID(presenceID); const presence = await presences.upsert({ presenceId: presenceID, status: "online"...