
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
- Install node-18 as function runtime?
How do i install node-18 function runtime to my appwrite on localhost? I have upgraded to appwrite 1.6.1. I can't find anything on Google and none of the ChatGP...
- Document already existed
Hi, I am trying to add a document via cloud function using nodejs22. Everytime I do `await db.createDocument( dbid, collectionid, customDocId, data);` it will g...
- function stuck on 'processing' forever i...
I've made an image to zip convertor function, when I execute it through console it's forever stuck on 'processing' but when I try to execute it through postman ...
