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
- No permissions provided for action 'read...
I have a very weird error; In a function I'm using dynamic keys to perform read write operation in rows. I have the scopes for read and write rows. The funct...
- Repository directory size should be less...
Whenever I create a function i get the error above. Is there a way to get around this? How do I fix this?
- "Waiting" executions
For my React Native App, I have had no issues deploying a function in Appwrite & the executions either working or failing. Now I am getting status code - 0 & j...