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.
Summary
Developers are experiencing issues with Github auto-deploy functions stuck at "processing" after upgrading to version 1.5.1 of Appwrite. The logs show various errors with the message "The requested route was not found. Please refer to the API docs and try again." These errors have a recurring error line of 860. An additional error related to function deployments also shows a similar route not found error. The problem seems to have occurred after the upgrade from 1.4.13 to 1.5.1. Possible linked causes in older deployments are being investigated.
Steven
Mar 9, 2024, 17:17
Do function executions still work?
Tawfek
Rank 1: Thread
Mar 9, 2024, 17:20
yes
Edit: from old deployments
Steven
Mar 9, 2024, 17:20
Anything in the appwrite container logs? Or executor? Or builds worker?
Tawfek
Rank 1: Thread
Mar 9, 2024, 17:21
checking now...
Tawfek
Rank 1: Thread
Mar 9, 2024, 17:23
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
Tawfek
Rank 1: Thread
Mar 9, 2024, 17:26
There are lots of these errors with similar error line 860.
I'm not sure if they are related to the problem:
.
Tawfek
Rank 1: Thread
Mar 9, 2024, 17:27
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