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
- Bulk API limitations in self-hosted serv...
Environment: Appwrite Selfhost SDK: node-appwrite 28.0 Calling `upsertRows` (also applies to `createRows`/`updateRows`/`deleteRows`) with more than 100 rows fa...
- Self Hosted GitHub connection not adding...
After upgrading to 1.9.6 i noticed that i cannot search for new repositories when trying to add new functions. I removed the existing github connection via Set...
- Unable to init function via cli
Hello! I have created a new self hosted instance of appwrite 1.9.6 and have connected to that insatnce with the cli 27.2.0 that was released a few hours ago. Wh...