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
- I'm getting an error on the console "j?....
On my self hosted instance version 1.8.1 the console is giving me this error when trying to view the rows for a table I recently created. My application is read...
- local build `composer installer:dev` iss...
setup - dev container (default linux universal) WSL (test with gh codespace too) - php 8.5.7 - all extensions installed - `composer install` fine - `composer...
- Function global variables
when i create a top-level global variable in go or bun how will it behave? is the heap getting renewed on every execution or could i do some kind of temp. cachi...