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
- 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...