![](https://cdn.discordapp.com/avatars/381728649482862592/373f768b627b68a5ff56c4c1d44a8db6.webp)
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
- Android - Appwrite self-host - Google OA...
I am having a *very* hard time getting my users authenticated using Google's OAuth2 and Appwrite. I am **self-hosting** on a personal server, let's call it `htt...
- Invalid `specification` param: Specifica...
I am trying to push a function to deployment from appwrite-cli to my local instance but getting the above mentioned error
- anyone cannot use postman to functions?
My postman keep cannot connect to functions But I check any can connect to my function anyone got that same problem?
![](/images/bgs/pre-footer.png)