
I see in OpenRuntimes repo https://github.com/open-runtimes/open-runtimes/blob/main/runtimes/node-21.0/src/server.js there's support for context.res.binary
, but when I try to access it in AppWrite, there's no context.res.binary.
I've tried adding and removing the runtime, is there a way to specify exact runtime image versions?

Yes, the current version doesn't support the res.binary
You can see the current context here https://appwrite.io/docs/products/functions/develop#context-object

I feel like maybe not now, but in the future it should be updated when openruntime adds streaming support: https://github.com/open-runtimes/open-runtimes/pull/252
Recommended threads
- schedule functions not working
starting from 15:02 utc time my schedule function stops working. I was able to execute it using the GUI. The schedule is every 5 minutes and I can see a clock i...
- Appwrite 1.7.4 " Utopia\Domains\Domain::...
- Getting permission denied error while de...
My `package.json` build script is `tsc` and function's commands are `npm install && npm run build`. Here are the deployment logs: ``` 2025-06-19T15:14:36.849527...
