I currently have the problem, that when I use external storage (wasabi) file uploads are working and also the functions I deploy are uploaded to wasabi. But I cant run them, because the build fails with "FIle not found". docker logs for openruntimes-executor gives me "Runtime not ready". When I am deleting the wasabi config, the functions work properly. Tested with 1.4.4 and 1.4.13
In what container are you getting this error?
Do you have upgraded recently that instance?
in the openruntimes-executor. yes, it was upgraded. to test, I installed a new instance right now to see if it is changing, but same behaviour.
Recommended threads
- Worker functions stuck on "Fetched 0 fun...
Appwrite Version: 1.9.0 Bug Description: The appwrite-worker-functions container gets stuck in an infinite loop logging "Fetched 0 functions..." while scheduled...
- I am using s3 for app storage but is it ...
_APP_STORAGE_DEVICE=s3 puts everything to the s3 storage but i need to be able to keep the function builds and site in the local and not waste the cloud storage...
- Local Serverless Function Testing: Are D...
I have followed the instructions to get the CLI working, and have been able to log-in, initialize my project, and created a simple Python function, which calls ...