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
- HTTP POST to function returning "No Appw...
Hi everyone, I’m running into an issue with my self-hosted Appwrite instance. I’ve set up my environment variables (APPWRITE_FUNCTION_PROJECT_ID, APPWRITE_FUNC...
- Can't add dart 3.5 runtime
Modified the `.env` to enable dart 3.5 runtime on my self-hosted instance but still can't find the runtime when creating a new function. I manually pulled the i...
- How to verify an user using AppWrite Fun...
I have seen similar questions but none whose solutions serve me. I have a function to verify a user with their secret and their id: https://blahblah.appwrite.gl...