While creating a new document. Although the document are saved but the response gives 500 error and not success
Are you cloud or self hosted?
cloud
Okayy, today something strange happened, like I had a collection with few attributes. With the Android SDK, I was unable to create a document, but when I created another collection with the same attributes and the same roles, everything was the same, but this time it worked. I wanted to report or create an issue on GitHub, but I don't have poc or anything to reproduce the issue. The error type was general_unknown Server Error, i have checked all relationship permissions everything
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...