I am trying to make rest api calls to Appwrite Cloud. Recently I am seeing lot of my calls timing out. (earlier it was slow, but now I am not even getting the response). I tried browsing appwrite cloud web console today. Its giving me bad gateway.
My internet is good enough. Any idea why I am getting this error? My workload is pretty minimal, as its in dev phase. I might be hitting 5-10 calls per minute max.
Hello, appwrite cloud is currently down, please, wait until appwrite cloud team solves the ongoing issue
@rohit90314 You can check status here: https://status.appwrite.io
Now appwrite is up again, so everything should work again
[SOLVED] Rest API calls to cloud timing out unexpectedly
Recommended threads
- API key without database.read/write
I had some issues with my previous API key and I deleted it then I wanted to create a new one and discovered the database checkbook has no database.read/write j...
- 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 ...