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
- Triggers and call function in function p...
Hello, Today we are experiencing several issues with Appwrite Cloud. Functions triggered by events, or functions called from another function, are taking an e...
- TablesDB `updateRows` returns `database_...
Hi Appwrite team! I’m seeing a strange issue with TablesDB bulk row updates on a self-hosted Appwrite instance. **Environment** - Appwrite self-hosted `1.9.0` ...
- [SOLVED] Realtime Missing Channels
```js useEffect(() => { let subscription: RealtimeSubscription; async function loadChips() { try { const {rows: chi...