The issue appears to be related to mysql
TypeScript
[Error] Timestamp: 2024-02-15T21:07:21+00:00
[Error] Method: POST
[Error] URL: /v1/functions/:functionId/executions
[Error] Type: PDOException
[Error] Message: MySQL server has gone away
[Error] File: @swoole-src/library/core/Database/PDOStatementProxy.php
[Error] Line: 62
[Error] Timestamp: 2024-02-15T21:07:21+00:00
[Error] Method:
[Error] URL: /favicon.png
[Error] Type: Appwrite\Extend\Exception
[Error] Message: Execution error: Server Error
[Error] File: /usr/src/code/app/controllers/general.php
[Error] Line: 159
[Error] Timestamp: 2024-02-15T21:07:21+00:00
[Error] Method: POST
[Error] URL: /v1/functions/:functionId/executions
[Error] Type: PDOException
[Error] Message: MySQL server has gone away
[Error] File: @swoole-src/library/core/Database/PDOStatementProxy.php
[Error] Line: 62
[Error] Timestamp: 2024-02-15T21:07:21+00:00
[Error] Method:
[Error] URL: /_app/immutable/entry/app.tbqKaE35.js
[Error] Type: Appwrite\Extend\Exception
[Error] Message: Execution error: Server Error
[Error] File: /usr/src/code/app/controllers/general.php
[Error] Line: 159
TL;DR
Appwrite is randomly responding with `400` errors for some endpoints. The issue appears to be related to MySQL, with the error message "MySQL server has gone away". Restarting the stack resolves the issue.bringing the stack down and back up resolves the issue
Recommended threads
- 1.9.1 update
do you guys, have new update workflow? migration asking me to run browser..... on VPS.
- Using Binary Log with Appwrite
If I can remember correctly appwrite uses mariaDB as the underlying database. If so could I use mariaDB’s binary log to see database operations from appwrite?
- Issue with OAuth 2.0 authentication
Good evening, I’m reaching out because I’m having a small issue with Appwrite. I’m trying to set up OAuth2 with Twitch, and even though I’m entering the correc...