
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
- How to upload a profile picture from rea...
I need to upload profile picture from a app i am building for my project... How do i do it ? Till now i have done this much but it shows an error
- After upgrading expo 52 to 53
Hello After upgrading my project from Expo SDK 52 to SDK 53, I encountered the following error when running the app: TurboModuleRegistry.getEnforcing(...): 'P...
- How can I use react-native-appwrite in a...
I'm building an app using React Native CLI (not Expo), and I want to add Google Sign-In authentication. However, when I try to use react-native-appwrite, it thr...
