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
- Realtime with multiple connections
I need the Realtime on multiple Collections for diffrent applicational logic. So my question is: Is there a way to have only 1 Websocket connection or do I need...
- Can't login or deploy functions in Appwr...
Hello, since i updatet to the appwrite cli 6.1.0 i can't login or deploy functions with the cli. When i call the command: "appwrite get account --verbose" i ge...
- Create admin user?
I'm not really sure how this is supposed to work, I installed Appwrite through docker-compose and set it up. When I launched the app and went into it, I created...