
I have a Dart function and get that error when executing it. I get in the openruntimes logs EOF error.

The function code is 100% correct

Are logging anything? Or returning custom headers?

Nope, nothing logs and code is not being executed

I even tried changing all the code to a simple context.res.send("hello world"); And the same error retures, with timeout and EOF in docker compose logs

I think the function got malformed, created a new one

I'm dumb

It's RETURN context.res.send("hello world");

I wasn't writing return 🙈

Sorry @Steven 😆

[SOLVED] Execution timed out.
Recommended threads
- Problems following https://appwrite.io/b...
To me it is unclear what the author means when he writes "Please note that the Appwrite instance should be shut down". I am using docker. What exactly am I supp...
- SDK mismatch
Hi there, The following warning is currently appearing in my console: ``` Warning: The current SDK is built for Appwrite 1.8.0. However, the current Appwrite...
- Can't read files from s3 storage directl...
I try to download the files stored by appwrite directly from my S3 provider. The bucket is not encrypted and no gzip but the files seem not to be stored there i...
