I keep getting a 500 error around deploying a site.
TL;DR
Developers are experiencing deployment errors with a 500 error message popping up. The error is related to a SQL query interruption due to the maximum statement time being exceeded. The deployment time ranges from 1 minute on a local machine to 16 minutes on the server.TypeScript
appwrite | [Error] Method: GET
appwrite | [Error] URL: /v1/proxy/rules
appwrite | [Error] Type: PDOException
appwrite | [Error] Message: SQLSTATE[70100]: <<Unknown error>>: 1969 Query execution was interrupted (max_statement_time exceeded)
appwrite | [Error] File: @swoole/library/core/Database/PDOStatementProxy.php
appwrite | [Error] Line: 49```
I had one successful deployment which was around 16 minutes
on my local machine it takes about 1 minute
it's an intel 2 vcpu 4gb machine
Recommended threads
- Selfhosted Github App installation
I've followed this guide: https://appwrite.io/docs/advanced/self-hosting/configuration/version-control to connect GitHub to my self-hosted Appwrite instance (1....
- User ID case sensitivity
I see that through REST (and SDK as well), getting a user is not case sensitive. And even though documentation does not clearly state that it is, the wording "V...
- Any way to temporarily bypass the email ...
Hey guys, any way to bypass the email verification to use the accounts again? i need to recover some projects that due to recent changes have been stopped, and ...