
Trying to create a function and ```arrow ~/Developer/Mify-Appwrite-Server-CLI$ appwrite init function ? What would you like to name your function? tester ? What ID would you like to have for your function? unique()
? What runtime would you like to use? Dart (dart-3.1) ✗ Error ENOENT: no such file or directory, copyfile '/Users/arrow/Developer/Mify-Appwrite-Server-CLI/functions/tester/dart-3.1' -> '/Users/arrow/Developer/Mify-Appwrite-Server-CLI/functions/tester'```
.env file_APP_FUNCTIONS_RUNTIMES=node-16.0,php-8.0,python-3.9,ruby-3.0,dart-2.17,dart-3.0,dart-3.1,node-18.0,node-20.0
I have 3 dart runtimes, and only 2.17 seems to work fine, the other 3.0 and 3.1 has that issue
version 1.4.9 Self hosting


[SOLVED] Creating function with dart-3.1 throws exception
Recommended threads
- Cannot create a user
Hi, I am using a lowcoder frontend and trying to create a user in Appwrite (python function). Unfortunately, all I got is an error: "Raw body: Error". It means...
- Where is tensorflow support? 3.11 ML doe...
and if i manually tried to add tensorflow i get Cannot access offset of type string on string no matter what
- OAuth2 Error: invalid success param url ...
Hi everyone! I'm trying to implement Google OAuth2 login in a React Native app (using the Android simulator) with Appwrite Cloud, and I'm getting the following ...
