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
- Which flutter SDK version for Self Hoste...
Hi all, Is there a good way to figure out which version of flutter SDK and Dart SDK is current for latest available self-hosted 1.8.0 ? I know new features are...
- Bug Report: Crash when trying to createR...
https://github.com/appwrite/sdk-for-android/issues/96 I think the bug is related with this one https://discord.com/channels/564160730845151244/1443887021314539...
- Dokploy docker compose
Hey guys hope y'all doing well, I was wondering if anyone could share a working 1.8.0 docker-compose that works with Dokploy I tried making it but it just does...