Rank 1: Thread
Hi guys,
I can't find kotlin-runtime on Functions - create function. I found some examples about it on google. What is the problem?
Votes
0
Replies
10
Participants
Unknown
Messages
11
Rank 1: Thread
Hi guys,
I can't find kotlin-runtime on Functions - create function. I found some examples about it on google. What is the problem?
Rank 5: Hypervisor
you need to enable it in Appwrite Env var
Rank 5: Hypervisor
are you self hosted?
Rank 5: Hypervisor
Rank 1: Thread
yes self hosted
Rank 1: Thread
thank you i am reading
Rank 1: Thread
@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
Rank 5: Hypervisor
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...
Rank 5: Hypervisor
// 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
Rank 1: Thread
i fixed thank you @Vedsaga
Moderator
[SOLVED] Kotlin runtime