Im unable to create or updates functions to the dart-3.5 runtime and cant find out why
appwrite version is 1.6.1-RC1
the env contains _APP_FUNCTIONS_RUNTIMES=node-20.0,python-3.12,dart-3.3,dart-3.5
i also checked docker exec appwrite vars that running container also reflects that
the openruntimes-executor logs only shows the other runtimes not dart-3.5
TypeScript
Warming up Node.js 20.0 environment...
Warming up Python 3.12 environment...
Warming up Dart 3.3 environment...
Successfully Warmed up Python 3.12!
Successfully Warmed up Node.js 20.0!
Successfully Warmed up Dart 3.3!
TL;DR
Developers are unable to create or update functions in the Dart-3.5 runtime in Appwrite version 1.6.1-RC1, all other runtimes seem to be working fine. Although the environment variables and container setup appear correct, only Dart 3.3 is available according to the logs.Recommended threads
- hi guys! my site is not accesible in my ...
- MongoDb Database Breaks integer[] & bigi...
I've got a table with the below column created. When I try to insert the value `[-3408048000]` into it, the dart sdk cloud function call is successful (no error...
- Appwrite Functions cold start
Hello. I'm seeing really long cold starts on Appwrite Cloud Functions and wanted to know if this is expected. My function just authenticates the user, fetches ...