I am trying to push a function to deployment from appwrite-cli to my local instance but getting the above mentioned error
@Support Please do help if anyone knows about this, I tried to upgrade my appwrite-cli to 6.2.0 as mentioned by @Joshi as it might be a version issues but having the same issue. (I was using appwrite cloud and had no issues pushing my functions there but only have these issues when using in localhost
Can you try creating a new function and then try the same procedure
the one im trying to do is a new function itself
And you created that after upgrading to 1.6.1?
yes
Maybe you need to migrate first. Have you executed the migrate command?
My appwrite instance is also a completely fresh one so i dont think that should be the issue
and yes i had tried migrating earlier when i had 1.6.0 version of appwrite, that time everything migrated except for the functions as the error was that dart runtime wasnt available,
I justed tested on my instance and it works absolutley fine
Show me your part of your appwrite.json which contains this specific function
I have never used Appwrite cloud so your json might contain some cloud specific configuration which does not exists in selfhosted
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...
- 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?
- [SOLVED] Does the appwrite cli works onl...
Greetings, i was wondering if the appwrite cli works in the self-hosted docker environment or only in the appwrite.io cloud? Thanks!