Rank 2: Process
I currently have a huge issue:
when trying to use my self hosted appwrite instance, it does not load. This means, when im trying to load the regular web console i just get the loading indicator. Also my flutter app using appwrite can not start.
After a restart of the server (either by shutting it down or using docker-compose down) it will work again but only for an hour or so.
Ive been tracking the docker-compose logs and have provided the last errors
appwrite | [Error] Method: appwrite | [Error] URL: /service-worker.jsappwrite | [Error] Type: Appwrite\Extend\Exceptionappwrite | [Error] Message: The requested route was not found. Please refer to the API docs and try again.appwrite | [Error] File: /usr/src/code/app/controllers/general.phpappwrite | [Error] Line: 1051appwrite | [Error] Timestamp: 2024-11-11T14:50:41+00:00appwrite | [Error] Method: POSTappwrite | [Error] URL: /v1/functions/:functionId/executionsappwrite | [Error] Type: Appwrite\Extend\Exceptionappwrite | [Error] Message: Synchronous function execution timed out. Use asynchronous execution instead, or ensure the execution duration doesn't exceed 30 seconds.appwrite | [Error] File: /usr/src/code/src/Executor/Executor.phpappwrite | [Error] Line: 372appwrite | [Error] Timestamp: 2024-11-11T14:50:41+00:00appwrite | [Error] Method: POSTappwrite | [Error] URL: /v1/functions/:functionId/executionsappwrite | [Error] Type: Appwrite\Extend\Exceptionappwrite | [Error] Message: Synchronous function execution timed out. Use asynchronous execution instead, or ensure the execution duration doesn't exceed 30 seconds.appwrite | [Error] File: /usr/src/code/src/Executor/Executor.phpappwrite | [Error] Line: 372appwrite-realtime | [Error] Type: Appwrite\Extend\Exceptionappwrite-realtime | [Error] Message: Missing or unknown project IDappwrite-realtime | [Error] File: /usr/src/code/app/realtime.phpappwrite-realtime | [Error] Line: 446```
I personally can not see any error that would explain the behaviour. The weird thing is, that i havent changed anything in yesterday or today and yet the described Problem arose just today...
I would greatly apreciate it, if anyone could help me, as this error is occuring in Production
Im using Appwrite Version 1.6.0 hosted as a droplet by DigitalOcean
If you need to know other things just ask