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
- Function failing with no real explainati...
```js import {Client, ID, Messaging} from 'node-appwrite'; export default async ({req, res, log, error}) => { if (req.method !== 'GET') return res...
- Bun Runtime
Any chance we could get Bun 1.3.8 added to the runtimes? We're currently on 1.1 and the update would be awesome
- Gitlab function automation
Im trying to automate my function deployment using gitlabs ci/cd pipeline. Im currently failing trying to use the appwrite cli to create a new deployment. ```...