Hey! I just migrated to the new TablesDB system, and there seems to be a problem with the lib. When requesting a row, I get
[ERROR:flutter/runtime/dart_vm_initializer.cc(40)] Unhandled Exception: type 'String' is not a subtype of type 'int'
#0 new Row.fromMap (package:appwrite/src/models/row.dart:42:21)
row.dart:42
#1 TablesDB.getRow (package:appwrite/services/tables_db.dart:90:23)
tables_db.dart:9
This can get fixed by temporary editing the row.dart file and wrapping the $sequence argument with int.parse, but it suggests that the API doesn't send the right type in the json.
I just checked and the same problem applies in the dart sdk
Recommended threads
- > AppwriteException: The requested servi...
When trying to read or write from my database I get the following error: > AppwriteException: The requested service is disabled. You can enable the service from...
- Courtesy limit reset for non-profit migr...
Hi Team! I'm the architect for a 501(c)(3) non-profit project (Aaria's Blue Elephant) and we just hit our Free plan Database Read limit (currently at 164%). Th...
- 500 Server error
getting same 500 status This is my appwrite project: https://cloud.appwrite.io/console/project-fra-691932db0036241caa0e/overview/platforms Help how to open th...