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
- Update from 1.8 to 1.8.1 failing
I have spent the past 2 hours trying to figure this out but I really dont know what to do. 1.8. was a fresh install because the upgrade from 1.7.4 was a total m...
- Realtime not working for some tables
Hi, I've got an issue where I can setup a realtime connection to listen to some tables, but some not all. I have two tables `history` and `users`. Both can be ...
- Broken Appwrite can’t make functions nor...
Hii guys, I was having this issue with my locally hosted Appwrite, I can’t create functions ( both template and manual), I can’t make a custom domain ( like in ...