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
- Function global variables
when i create a top-level global variable in go or bun how will it behave? is the heap getting renewed on every execution or could i do some kind of temp. cachi...
- Appwrite Auth & Function don't reveal cl...
When I execute a function or sign in with my Flutter app, Appwrite does not show my real IP: instead, it seems that Appwrite shows Fastly CDN IP address.
- Why does this happen?
`AppwriteException: general_argument_invalid, Invalid `secret` param: Value must be a valid string and at least 1 chars and no longer than 256 chars (400)` the...