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
- Realtime api and labels as permission
in my tables i set labels as permission and real-time capabilities stopped working. Before when i was having "any" role everything was working. Note: user have...
- After assigning a domain to my Dart func...
Iβve attached the images. Could anyone please explain how this execution is being performed?
- how to access the value of account statu...