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
- router_deployment_not_found
I updated my function a few times and now i am getting the error: router_deployment_not_found I even reverted back to my original code but i am still getting th...
- Usage of the new Client() and dealing wi...
Hey guys, just a quick one - we had some web traffic the other day and it ended up bombing out - To put in perspective of how the app works, we have a Nuxt Ap...
- [Beginner] CLI --queries Syntax Error & ...
Hi everyone! I am a beginner with Appwrite and trying to use the CLI, but I'm stuck with a syntax error. Any guidance would be greatly appreciated! 🙏 **Enviro...