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
- Local appwrite run functions --user-id n...
Hi, I'm running into an issue when testing Appwrite functions locally with user impersonation. I'm using a self-hosted Appwrite instance and running functions ...
- Selfhosted Github App installation
I've followed this guide: https://appwrite.io/docs/advanced/self-hosting/configuration/version-control to connect GitHub to my self-hosted Appwrite instance (1....
- User ID case sensitivity
I see that through REST (and SDK as well), getting a user is not case sensitive. And even though documentation does not clearly state that it is, the wording "V...