
Hi, I have been facing numerous 500 errors from Appwrite API. I don't think there is one particular thing which triggers this. Few hours ago I have been struggling to upload images to the bucket and now I'm even having issues updating record in my collection.
Sample response: {"message":"Server Error","code":500,"type":"general_unknown","version":"1.6.1"}

yes, I am getting this in Oauth as well

yeah seems like its down at the moment? i just made another post too and then saw this

yes its probably down

same here getting 500 even when trying to login through oauth

same here
{
"message": "Server Error",
"code": 500,
"type": "general_unknown",
"version": "1.6.1"
}
I am getting in every operation in app cloud such as database, oauth
Recommended threads
- Dumb question, api key for app? Protect ...
I have my project set up, and I'm developing with Flutter. My app does not require users to log in to retrieve some general project data, but authentication is ...
- Appwrite SDK react native 7.0.1
Hi I'm currently making an app, using react native and stumbled across a major problem regarding version 7.0.1 where they removed async functions. I reverted to...
- Is it possible to run client-side transa...
I am working with Supabase (building a Compose Multiplatform application), and currently the only way to run transaction is by doing rpc calls. I have a use ca...
