If I delete files in storage they get deleted appropriately but if I delete function builds they still remain.
I'm uisng DO Spaces, appwrite version 1.4.3. I had to delete them manually because they built up over 2gb of storage.
any errors in the docker logs for the deletes worker container?
has failed Exception in /usr/src/code/vendor/utopia-php/storage/src/Storage/Device/S3.php:808
can you share more of the logs?
I've redacted the personal data
after the json
how about before and after this line?
LOL I did not see the block below my bad
lol holy moly...i mean...good thing it failed...look at what it was trying to delete...btw, you should backup everything (including s3) just in case ๐ฌ
any logs above?
<:PES2_Wot:513345720065982465>
and anything above that is just basically the same error
were you trying to delete a function or a deployment?
Deployment
would you please create an issue for this?
will do now
I've submitted a PR. thanks so much for catching this!
you da goat man ๐
Recommended threads
- Tips for Debugging Appwrite Functions Lo...
Hi everyone! ๐ I have an Appwrite Function running locally with Docker, but Iโm struggling to debug it because execution doesnโt reach the breakpoints I set. ...
- AttributeError: 'Context' object has no ...
I'm getting an error executing my function. I'm not able to replicate this locally since I have to use a mock context. Is there a way to debug this kind of erro...
- SyntaxError: The requested module 'node-...
I am trying to use appwrite functions and in the function i am creating rows but i got this error when i executed the funtion. As i checked docs there TablesDB...