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
- HTTP POST to function returning "No Appw...
Hi everyone, I’m running into an issue with my self-hosted Appwrite instance. I’ve set up my environment variables (APPWRITE_FUNCTION_PROJECT_ID, APPWRITE_FUNC...
- Can't add dart 3.5 runtime
Modified the `.env` to enable dart 3.5 runtime on my self-hosted instance but still can't find the runtime when creating a new function. I manually pulled the i...
- How to verify an user using AppWrite Fun...
I have seen similar questions but none whose solutions serve me. I have a function to verify a user with their secret and their id: https://blahblah.appwrite.gl...