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
- CORS preflight returns 500 on Dart funct...
Hey everyone 👋 I’m running a Dart cloud function, Every time I respond to a preflight (OPTIONS) request, I get a 500 internal error, and the logs show: ```NoSu...
- execution failed
When executing an appwrite function, I'm getting a 500 error, but I don't see it in executions. This issue appeared today. Here's the appwrite function ID: 68b4...
- Internal server Error when trying to exe...
When executing the function locally it works fine, but when the function is deployed I get this error: ```requests.exceptions.HTTPError: 500 Server Error: Inter...