I tried to deploy with both cli@2.0.2 and manual zip file, since cli@3.0.0 was not ready. Both of them ask for runtime configuration. I am not sure how to specify it. I did saw a runtime option in functions/settings but there were no options.
There's an env variable for that
In the docker-compose file
Is it this one? Mine is currently set to _APP_FUNCTIONS_RUNTIMES=node-16.0,php-8.0,python-3.9,ruby-3.0
Yes
Then why can't I select any?
There's a bug with this dropdown https://github.com/appwrite/appwrite/issues/6121
Got it, I will wait for a fix. Thanks!
Recommended threads
- Feedback and Deployment Challenges with ...
Hello world!, I've been developing a project using FastAPI in Python, and I was considering deploying it through Appwrite Functions. However, I encountered a f...
- Bulk feature status
Hi there, I am using version 1.7.4 self hosted and wanted to use the bulk operations in a dart function. I saw that in the dart_appwrite sdk version 16.1.0 it ...
- CORS preflight returns 500 on Dart funct...
Hey everyone 👋 I’m running a Dart cloud function, Every time I respond to a preflight (OPTIONS) request, I get a 500 internal error, and the logs show: ```NoSu...