Hello,
I first want to preface this by thanking you for creating this amazing project!
Is there any way to enable additional runtimes on Appwrite Cloud (not self hosted)?
As per this issue (https://github.com/appwrite/appwrite/discussions/4826#discussioncomment-4338536), the env var _APP_FUNCTIONS_RUNTIMES needs to be set. However, I’m not certain if we have access to it on Appwrite Cloud.
My use case is to run a LangChain JS function to perform some tasks, however LangChain JS only works on Node versions >= 18. The default Node 16 runtime does not satisfy.
Any help would be appreciated. Thank you.
Hey there 👋 On Cloud, we will be releasing runtimes with causion, making sure they are very stable. This comes down to a lot of testing, bencharks, load tests... It's not possible for you to enable specific runtime, but we will be adding more soon.
Regarding versions, it's something we are actively discussing - when to add new, and when to deprecate.
Considering Node 18 is LTS, I think we could enable that on Cloud. @Christy Jacob can we do it now, or wait for next Appwrite version release?
@Coolboi Node 18 will be enabled soon 🙂
we will make an announcement when its ready.
That’s awesome! Thank you so much for the support and for keeping updated!
Recommended threads
- Weird permission failure
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...
- Appwrite Storage error 503s for automate...
I'm facing error 503s from Appwrite after about 5-6 seconds of making AI requests from my tool with images and files above 20MB (=> not inline base64 used, but ...
- Flutter Android oAuth is no more working
I currently don't get the oAuth login to work in flutter android. it works on ios and on web. but when try to use it on Android, i get to the point where the ca...