
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
- I am facing this error: type 'Null' is ...
When attempting to fetch areas from the area collection, the application throws an error: "type 'Null' is not a subtype of type 'int.'" This issue originates in...
- Adding Domain to Sites [Self Hosted]
I am struggling to get this working. I stood-up a new server and deployed appwrite 1.7.4. I added update .env file _APP_DOMAIN=appwrite.mydomain.com _APP_DOMAI...
- Need help migrating from self hosted to ...
Hi! I am using self hosted appwrite for testing stuff out and now it's prod ready I want to deplot it to the cloud version. It gave me this error when fetchin...
