
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
- 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...
- DNS help
I need the appwrite console in api.xxxxxxx.com and a next.js website in xxxxxxx.com how can i achive this
- getFilePreview CORS Error but Database a...
Hi, I just noticed, that images i get using getFilePreview form Appwrite 1.6.2 (self hosted) are not shown anymore. I get "Response was blocked by CORB (Cross-O...
