
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
- custom requirements.txt file
How do I specify a custom requirements.txt file when creating a serverless function through the Appwrite console?
- Is my approach for deleting registered u...
A few weeks ago, I was advised not to use the registered users' id in my web app. Instead, I store the publicly viewable information such as username and email ...
- ❗[Help] Function stuck in "waiting" stat...
Hi Appwrite team 👋 I'm trying to contribute to Appwrite and followed the official setup instructions from the CONTRIBUTING.md guide to run the platform locall...
