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
- HTTP POST to function returning "No Appw...
Hi everyone, I’m running into an issue with my self-hosted Appwrite instance. I’ve set up my environment variables (APPWRITE_FUNCTION_PROJECT_ID, APPWRITE_FUNC...
- Can't add dart 3.5 runtime
Modified the `.env` to enable dart 3.5 runtime on my self-hosted instance but still can't find the runtime when creating a new function. I manually pulled the i...
- How to verify an user using AppWrite Fun...
I have seen similar questions but none whose solutions serve me. I have a function to verify a user with their secret and their id: https://blahblah.appwrite.gl...