is pagination can also cause rate limit ?
probably no, but what problem are you facing
its saying AppwriteException: general_unknown, Server Error (500)
cloud?
yes
please dm me your project id
project ID please.
now working,
ok
this problem is occuring again.
I/flutter (18480): AppwriteException: general_unknown, Server Error (500)
please dm me your project ID as I stated earlier
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...