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
- I'm experiencing a critical bug on Appwr...
Hey <@870607367597850624> team / support π I'm experiencing a critical bug on Appwrite Cloud that's blocking my production Flutter app. I've already filed GitH...
- context deadline exceeded
Hi, in one of my projects i continuously receive context deadline exceeded when trying to reach users API from my local machine: https://fra.cloud.appwrite.io/v...
- function subdomain ssl certs
The generated subdomain isn't getting a valid ssl cert, I was wondering if appwrite automatically generates one or uses a wildcard for *.functions.domain.com? ...