
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
- Stuck in Readonly Mode After Pro Subscri...
Hello team, I really need some urgent help. I recently resubscribed to the Pro plan hoping to get back into a project I created a while ago, but I'm still unab...
- updatePassword invalid credentials error...
This is my code: ```js const result = await account.updatePassword( newPassword ); ``` This is my error: ``` [AppwriteException: Invalid cr...
- Network Request Failed
Trying to save a file to the bucket but getting network request failed. Using react-native-image-picker.
