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
- API returned 400
Hey, since I upgraded to Docker Engine v29 on macOS, I keep getting errors `time="2025-11-26T22:33:36Z" level=error msg="Provider connection error Error respons...
- Cannot specify project id
Hey There. Îve just install appwrite 1.8 on selfhosted ( for next migration from 1.6.1 ). When i create a new project i can’t modify project ID. Does it com...
- Custom Email Template Override Issue - M...
Unable to modify Magic URL email content. Changes to translation files (en.json) and email templates (email-magic-url.tpl) are not reflected in sent emails. Her...