
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
- Error
I'm trying to get sellerId using account.get() in my appwrite function and this is the error message I'm getting: "Failed to send notification to seller 6865bf...
- Is there a timeframe for updating dart r...
Dart 3.5 is already one year old, and the following versions have introduced very important features for the language. Is there a roadmap or timeframe for when...
- list() is very slow; eventually shows no...
When I use the web browser to view the collections in my database, the documents they contain are normally displayed within a few seconds. For a few days now, h...
