Hey,
So when deleting some old deployments of some functions I got surprised when for some deletion i got this error :
[Error] Timestamp: 2024-06-25T19:08:34+00:00
[Error] Method: DELETE
[Error] URL: /v1/functions/:functionId/deployments/:deploymentId
[Error] Type: Appwrite\Extend\Exception
[Error] Message: Failed to remove deployment from storage
[Error] File: /usr/src/code/app/controllers/api/functions.php
[Error] Line: 1411
(sry i didn't had the dev tool opened at the time so i don't have the error in it)
The thing is on the UI it's removed, and trying the search for the deployment ID on the DB returns nothing.
So kinda no problem since the deployment is deleted but since it's not the first time it happen i wanted to share it in case you want to check.
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...