
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
- Function issue.
We're facing a critical issue with our Appwrite Function where the Python runtime (context.req.body) consistently receives an empty request body for POST reques...
- Deploy to Cloud Error
I'm trying to migrate my localhost instance to appwrite cloud. After I click on "Deploy to cloud" it takes me to my cloud instance for "Cloud migration", but w...
- smtp data not accepted
I have a Problem with the smtp.. it says data not accepted.. i invited a user to my Project so what is that ``` _APP_SMTP_HOST=smtp.mailersend.net _APP_SMTP_PO...
