There is a issue with appwrite i can't able to make and delete the attributes whyyy
TL;DR
Developers are experiencing an issue with Appwrite where they cannot create or delete attributes. It has been two days and the issue persists. They have been informed that the attributes are still processing and need to wait for them to finish processing before being able to delete them.They're processing. You will need to wait until they process
it;s been 2 days
You can't delete that?
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" :...
- Index for combination of columns
How am i suppposed to apply index so that combination of two columns alwasy remain unique in appwrite table though console
- 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...