is anyone is getting AppwriteException: general_unknown, Server Error?
if its related to the cloud it might be due to it being upgraded at the moment
Yes, I'm getting the same error
Even now?
Yes 'response: { message: 'Server Error', code: 500, type: 'general_unknown', version: '0.10.40' }'
Hey, its now resolved with no changes to my project. Might be an issue on the server
Recommended threads
- listRows result parsing issue
I'm using Appwrite Dart SDK "24.2.0". When I perform a listRows call in dart, I have this reponse in JSON: in " Future<models.RowList> listRows()" { "total" :...
- Broken Flutter SDK >=24.1.0
Row.fromMap now does: ``` data: Map<String, dynamic>.from(map["data"] ?? {}) ``` But Appwrite Cloud TablesDB row responses return custom row columns flattene...
- Flutter OAuth2 does not attach Google se...
Hi Appwrite team, I’m using Appwrite Auth in a Flutter mobile app and trying to upgrade an anonymous user to Google OAuth. Docs say that if there is already a...