On Appwrite 1.3.7 with AWS RDS (MariaDB)
Hi everyone, I am not sure what I can do with the following error. We have intermittent (small number of) realtime connection outages - not sure if it's due to network coverage (we are using iPad minis on the ground) or whether it's due to the Appwrite backend:
Fatal error: Uncaught Swoole\Error: Socket#34 has already been bound to another coroutine#145378, reading of the same socket in coroutine#145377 at the same time is not allowed in @swoole-src/library/core/Database/PDOStatementProxy.php:48
Stack trace:
#0 @swoole-src/library/core/Database/PDOStatementProxy.php(48): PDOStatement->execute()
#1 /usr/src/code/vendor/utopia-php/database/src/Database/Adapter/MariaDB.php(1040): Swoole\Database\PDOStatementProxy->__call('execute', Array)
#2 /usr/src/code/vendor/utopia-php/database/src/Database/Database.php(3743): Utopia\Database\Adapter\MariaDB->find('realtime', Array, 25, 0, Array, Array, Array, 'after', NULL)
#3 /usr/src/code/vendor/utopia-php/database/src/Database/Validator/Authorization.php(166): Utopia\Database\Database->Utopia\Database\{closure}()
[see the full stack trace in the attached file]
Recommended threads
- TOO_MANY_REDIRECTS after temporarily ena...
I am losing my mind over this, I enabled this setting because I was having issues with sites not making links with https. I enabled it, ran into issues, so I di...
- 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...