
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
- Login redirect going to http not https
Hi yall, I'm having an issue where the redirect URL is going to http, instead of https. I think this is a bug. ``` https://accounts.google.com/o/oauth2/v2/auth...
- Can't sign in after upgrade
I used the upgrade code in from the documents but now I can't sign in I get this log document error that gets cut off,
- Sites not working
Hello! I have Appwrite selfhosted and everything is working except the sites hosting part. I always get an 500 Error and I don't know why. The DNS should be se...
