
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
- Error while usining domain
While usining domain and im im messaging tab i see: 500 Internal Error But when i use IP:PORT i see this: (Photo) Where is problem The console looks like t...
- Realtime Memory Usage
Appwrite-Realtime container has been acting strangely lately. None of my functions use this feature, but it has been consuming a large chunk of memory. When I s...
- Question about adding duplicate worker-f...
1.) Is this still this is a valid strategy for having parallel processing of async function executions? I saw some support threads on the appwrite site which we...
