
I have a self-hosted instance of Appwrite 1.6.0 with two working functions created and deployed back in the Appwrite 0.x days. I've since updated Appwrite CLI to 6.1.0 and reinitialized my project so that I can locally develop a new function using appwrite init function
. I'm using the dart-3.5
runtime for the new function and am ready to push it to the server. However, I get the following when running appwrite push functions
:
? Which functions would you like to push? API (api)
ℹ Info: Validating functions ...
ℹ Info: Checking for changes ...
ℹ Info: Pushing functions ...
✗ Error • API (api) • Invalid `runtime` param: Value must be one of (node-14.5, node-16
✗ Error: No functions were pushed.
If I run docker compose exec appwrite vars
on the server, I can see the following:
- _APP_FUNCTIONS_RUNTIMES=dart-2.17,dart-2.18,dart-3.1,dart-3.3,dart-3.5
I have no reference to any Node runtimes, either locally or on my server. How do I resolve this issue?
Recommended threads
- Unable to Create Relation Attribute in A...
Hello, I’m running a self-hosted Appwrite v1.7.4 instance on my server. I want to create a relation attribute between two collections in the console, but the co...
- Having permission issues with imported s...
Hello, I have my self hosted project on a server, and i wanted to import the schema to my local machine dev instance so I used the json file from the server ...
- Bug Report: Dynamic API Keys Cannot Crea...
Reproduction Steps 1. Create an Appwrite function (note: not triggered by a user) 2. Initialize client with dynamic API key parsed from `x-appwrite-key` header...
