Moderator
I have a Dart function and get that error when executing it.
I get in the openruntimes logs EOF error.
Votes
0
Replies
10
Participants
Unknown
Messages
11
Moderator
I have a Dart function and get that error when executing it.
I get in the openruntimes logs EOF error.
Moderator
The function code is 100% correct
Are logging anything? Or returning custom headers?
Moderator
Nope, nothing logs and code is not being executed
Moderator
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
Moderator
I think the function got malformed, created a new one
Moderator
I'm dumb
Moderator
It's RETURN context.res.send("hello world");
Moderator
I wasn't writing return 🙈
Moderator
Sorry @Steven 😆
Moderator
[SOLVED] Execution timed out.