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
- After assigning a domain to my Dart func...
I’ve attached the images. Could anyone please explain how this execution is being performed?
- how to access the value of account statu...
- Redirect from clicking team invite link ...
Hi all! Pretty new to app development in general so this might be something more generic than appwrite, but I've found (after reading the docs for the Teams API...