Hi Appwrite team, I am running into rate limits where only part of my 77 functions are being successfully migrated (only 50 went through) via the Migration tab on the console.
Alternatives I have tried in another fresh project instance were to directly appwrite push from the cli but again I am rate limited after X number of successful function pushes.
I've tried waiting for 4 hours to try pushing the missing functions again, but to no avail, I'm still seeing the rate limit error.
Deploying the function via the console with a git repo also gets a 429 error with the same request to https://sgp.cloud.appwrite.io/v1/functions
Recommended threads
- dynamic key missing scopes for database ...
Here are the scopes listed, I get permission errors for reading row and document. Appears to be missing since last time i checked. Database 6 Scopes policies....
- Local Serverless Function Testing: Are D...
I have followed the instructions to get the CLI working, and have been able to log-in, initialize my project, and created a simple Python function, which calls ...
- Update user email using OTP
Hi, I am trying to implement email update using OTP, there is not password associated with the account. One solution I found online is creating appwrite functio...