I am in rate limit because I always requesting a sms token.
You'll have to wait
How can I properly develop a system if I can't call the login API multiple times while I do it? There should be a way to disable temporarly it for localhost or something like that!
Feel free to ππΌ https://github.com/appwrite/appwrite/issues/2953. You're also welcome to self-host a local instance of Appwrite where you can disable rate limits
@Steven is that possible to self host the same version of the appwrite I have on appwrite cloud? So I can sometimes call it from local and once its done use the cloud version
Updates to Cloud take time due to stability checks & will always be a few days/weeks behind actual releases. You can test newer versions or the same version as cloud if self hosting.
Of course, you can even use versions that are not in cloud yet as darShan said
@darShan @D5 thanks for answering. When I said "version" I meant the same project I have on https://cloud.appwrite.io/console/, to run it locally in my machine (localhost). If that's possible, can you please provide me some useful links on how to set this up? Thanks!
You will need to migrate it if you want to have it there
aahh okay. One thing you could do is to mirror all changes from a source to another destination via Functions. Use 'events' with Functions to perform CRUD ops. on the destination.
Recommended threads
- I'm experiencing a critical bug on Appwr...
Hey <@870607367597850624> team / support π I'm experiencing a critical bug on Appwrite Cloud that's blocking my production Flutter app. I've already filed GitH...
- Bug: TOTP MFA verification always fails ...
*Bug: TOTP MFA verify always returns `user_invalid_token` (Cloud 1.8.1, Frankfurt)** Project ID: `68dd48440003e537d849` SDK: `appwrite@18.2.0` (also tested wit...
- SSL Certificate Issuance Failed
When we first deployed our site using appwrite and a custom domain everything was working, but it seems like the SSL certificate never got renewed. I tried dele...