It should be your project id. I'm going to assume that's correct and that's not the problem...
are you able to upload a file to a bucket?
yes, and uploads show up in s3 storage too
Can you share the full error?
I've deleted the function and deployed another manually, I'll try to recreate the error.
<Error><Code>NoSuchKey</Code><Message>The specified key does not exist.</Message><Key>storage/functions/app-64f2802c78186351f552/64f92b52eea803b0858a.gz</Key><RequestId>2E96BCA00ADB57A1:A</RequestId><HostId>98Nw0veT99Z1hB4d/RtNalvmJI+TiPt62awPPAHO1HPvjbTdHRFwRobhzHg2JYdfRazWtZskY58M</HostId></Error>
Where does this error show?
function build logs
Can you share the logs from there?
this is it
only that
build failed and this is what the logs show in the console
Would you please share the related docker logs from the appwrite-worker-builds and openruntimes-executor containers?
appwrite-worker-builds
openruntimes-executor
And you said this file exists in wasabi?
nope, the file does not exist
only the function i created manually exists there
@Meldiron could you help with this error? It happens on GitHub deployment, but not manual
@SenZi In docker-compose.yml, can you please find executor and let me know what version of image is it on?
is this it? openruntimes/executor:0.3.5
issue created to track this: https://github.com/appwrite/appwrite/issues/6189
could you try adding the S3 env vars to your docker-compose.yml file for the appwrite-worker-builds container?
i will give it a try on another test instance and let you know
did it work?
i didn't get the time to test it later as i was busy migrating the functions and stuff to the latest instance. will give it a try
Recommended threads
- edge-tts seems not work with Functions
I create a simple function using edge-tts to generate mp3 from text. It works fine in my local but when deploying to AppWrite, I got the error: Creating Communi...
- The Functions cannot change the Git repo...
When I changed the Git repository(because my github account has been suspended), it didn't work. Please help me ,Thanks so much!
- bulkUpsert and Realtime
Hey when I use Realtime on a Table for creates/updates and use the createOperations method in my Appwrite Function for bulk upserts, will the realtime trigger f...