I can see it in the runtime repository but i do not see it coming up in functions UI or CLI as option?
How can I enable it ?
you have to enable it by changing the _APP_FUNCTIONS_RUNTIMES
variable in the .env file..
e.g. _APP_FUNCTIONS_RUNTIMES=node-16.0,php-8.0,python-3.9,ruby-3.0,dotnet-3.1,dotnet-6.0
OP is probably on Cloud (cloud tag in post), where all the runtimes aren't activated yet.
ya was checking in cloud. will self host and continue 🙂 Thanks a lot.
I see it in self Host
thanks for the help 🙂
how did self host latest version?
i only have 1.4.3 option
The latest version is 1.4.4
& latest supported .Net runtime is 7.0
.
See all of them here: https://github.com/open-runtimes/open-runtimes#images
thanks
Anyidea on this error? happens after installing Gihub App and when it redirects?
on selfhost
Did you set up the environment variables for VCS correctly?
Also, please create a new post in <#1072905050399191082>
Will doublecheck and create new post. Thanks
Recommended threads
- Project in AppWrite Cloud doesn't allow ...
I have a collection where the data can't be opened. When I check the functions, there are three instances of a function still running that can't be deleted. The...
- Get team fail in appwrite function
I try to get team of a user inside appwrite function, but i get this error: `AppwriteException: User (role: guests) missing scope (teams.read)` If i try on cl...
- Function in Node.JS to monitor events ar...
Hello everyone. I'm creating my first Node.JS function, but I don't have much experience with node and javascript. I'm trying to create a function, that monito...