Hi guys, I can't find kotlin-runtime on Functions - create function. I found some examples about it on google. What is the problem?
you need to enable it in Appwrite Env var
are you self hosted?
yes self hosted
thank you i am reading
@Vedsaga hi, i added - _APP_FUNCTIONS_RUNTIMES=java-18.0 and used sudo docker compose up -d the process was successful but, java option not activated on runtime dropdown
there is command to check diff between env one min sharing that can you run that see if that is relfected in diff or not...
// Once changes done to deploy again
1. sudo docker compose up -d
// You can verify if the changes have been successfully applied by running this command:
2. sudo docker compose exec appwrite vars
i fixed thank you @Vedsaga
[SOLVED] Kotlin runtime
Recommended threads
- Github App "Failed to retrieve access to...
When trying to connect the Github App on 1.8.1 I recieve this error: ```[Error] Method: GET [Error] URL: /v1/vcs/github/callback [Error] Type: Exception [Error]...
- Update from 1.8 to 1.8.1 failing
I have spent the past 2 hours trying to figure this out but I really dont know what to do. 1.8. was a fresh install because the upgrade from 1.7.4 was a total m...
- Realtime not working for some tables
Hi, I've got an issue where I can setup a realtime connection to listen to some tables, but some not all. I have two tables `history` and `users`. Both can be ...