I have a Dart project folder that has 3 cloud functions in it which have all been deployed. I mistakenly deleted the project while trying to delete something else. I did SHIFT+DEL so it's not in my recycle bin π π I want to know if there is a way I can retrieve the files from each cloud function on Appwrite. π₯Ή
You can try digging through some of your docker volumes. Maybe /tmp folder. The thing is, dart is compiled, so the source code might be gone
π
Hopefully, you check your code into version control next time
Ikr. I was just procrastinating this time around. Now, I've learnt the hard way
Look through your functions volume and try to find a folder that matches the id of your function deployment
I will. Thanks
Recommended threads
- [v1.8.1] Getting error "(role: applicati...
... but that scope doesn't exist. I am trying to get a function to run and modify tables in the database dynamically. I set everything up and eventually got: ...
- Scheduled function silently stopped firi...
Function is scheduled `* * * * *` and is `enabled: true`, but Appwrite Cloud has stopped queueing executions. Last execution: **2026-05-30 00:47 UTC** (~46h...
- Unable to create Sites or Functions with...
Heya, I was looking at the appwrite documentation for Sites API with the server api: https://appwrite.io/docs/references/cloud/server-nodejs/sites I canβt fin...