
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
- when is password optional for updatePass...
In the document it says that the old password is option when updatingPassword but when i implemented it requires me to give it my old password. So when is the o...
- Unable to resolve "node-fetch-native-wit...
I using react native and want to use node.js to create a custom token but i get this error. i have done npm i node-fetch-native-with-agent to see if that solves...
- [AppwriteException: Already read]
Hi, i created one web app and wanted to create react native app with the same database. When i typed all the ids and code, i got this error. I checked the code ...
