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
- [SOLVED] Realtime Missing Channels
```js useEffect(() => { let subscription: RealtimeSubscription; async function loadChips() { try { const {rows: chi...
- Functions executed by events does not ap...
Hello, Running self-hosted Appwrite version 1.9.0 (with console 7.8.26). When functions are triggered by an event (eg. databases.\*tables.\*.rows.\*.create) doe...
- Updating GitHub App access throws error
Steps to reproduce - 1. Have some private repos allowed on the install access 2. New Site/Func > Connect GitHub > see the side card saying `Missing a repo` > cl...