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
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!
Recommended threads
- AppwriteException: Invalid `permissions`...
I'm encountering an issue with the node-appwrite SDK while attempting to create a storage bucket with custom permissions. Despite following the official documen...
- Appwrite Function's URL cannot be reache...
Hello, guys. I am running Appwrite on my domain appwrite.example.com. It is listening to 2780 and 27443 for HTTP & HTTPS respectively. On the same server, I ha...
- [OpenID Connect] Logto IdP with Appwrite...
I use Convex and Appwrite for my projects, and to solve the authorization problem, I decided to connect Logto as a single authorization center for all projects ...