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
- 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...