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
- Local appwrite run functions --user-id n...
Hi, I'm running into an issue when testing Appwrite functions locally with user impersonation. I'm using a self-hosted Appwrite instance and running functions ...
- Selfhosted Github App installation
I've followed this guide: https://appwrite.io/docs/advanced/self-hosting/configuration/version-control to connect GitHub to my self-hosted Appwrite instance (1....
- User ID case sensitivity
I see that through REST (and SDK as well), getting a user is not case sensitive. And even though documentation does not clearly state that it is, the wording "V...