Github auto-deploy functions stuck at "processing" after upgrading to 1.5.1
- 0
- Self Hosted
- Functions
Hello, if i'm pushing into repo and it's being detected in appwrite server, but it stucks at "processing" and when I redeploy it it shows: "The requested route was not found. Please refer to the API docs and try again." Where is the problem then?
Note: in 1.4.13, successful auto-deploy after pushing git for functions was working fine. Meaning the problem happenened in 1.5.1.
Do function executions still work?
yes Edit: from old deployments
Anything in the appwrite container logs? Or executor? Or builds worker?
checking now...
appwrite | [Error] Timestamp: 2024-03-09T16:25:50+00:00 appwrite | [Error] Method: appwrite | [Error] URL: /v1/functions/65e30b6a2051003f52ee/deployments/65ec8d73869bd3ee3bfa/builds/ appwrite | [Error] Type: Appwrite\Extend\Exception appwrite | [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.php appwrite | [Error] Line: 860
There are lots of these errors with similar error line 860. I'm not sure if they are related to the problem:
.
appwrite | [Error] Timestamp: 2024-03-09T14:58:41+00:00 appwrite | [Error] Method: appwrite | [Error] URL: /cf_scripts/scripts/ajax/ckeditor/ckeditor.js appwrite | [Error] Type: Appwrite\Extend\Exception appwrite | [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.php appwrite | [Error] Line: 860 appwrite | [Error] Timestamp: 2024-03-09T15:00:42+00:00 appwrite | [Error] Method: appwrite | [Error] URL: /manager/html appwrite | [Error] Type: Appwrite\Extend\Exception appwrite | [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.php appwrite | [Error] Line: 860 appwrite | [Error] Timestamp: 2024-03-09T15:49:22+00:00 appwrite | [Error] Method: appwrite | [Error] URL: /owa/auth.owa appwrite | [Error] Type: Appwrite\Extend\Exception appwrite | [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.php appwrite | [Error] Line: 860 appwrite | [Error] Timestamp: 2024-03-09T16:17:53+00:00 appwrite | [Error] Method: GET appwrite | [Error] URL: /v1/databases/:databaseId/collections/:collectionId/documents/:documentId appwrite | [Error] Type: Appwrite\Extend\Exception appwrite | [Error] Message: Document with the requested ID could not be found. appwrite | [Error] File: /usr/src/code/app/controllers/api/databases.php appwrite | [Error] Line: 3173
Recommended threads
- Realtime with multiple connections
I need the Realtime on multiple Collections for diffrent applicational logic. So my question is: Is there a way to have only 1 Websocket connection or do I need...
- Can't login or deploy functions in Appwr...
Hello, since i updatet to the appwrite cli 6.1.0 i can't login or deploy functions with the cli. When i call the command: "appwrite get account --verbose" i ge...
- Create admin user?
I'm not really sure how this is supposed to work, I installed Appwrite through docker-compose and set it up. When I launched the app and went into it, I created...