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
- Bug Report: type generation for enum of ...
### 👟 Reproduction steps in the enum element value, instead of English, use another language (Khmer), in my case Khmer text. ``` export enum ProvinceType { ...
- Selfhosted 1.8.0 500 Server Error [Fresh...
Good evening, Currently running into issues with deploying 1.8.0 on a Dokploy instance I have. Prior to this we had 1.6.x running and it was fine. Tried to up...
- Invalid document structure: Unknown attr...
Hello. I have self hosted instance running on my server and has valid endpoint and most of things are working as should. Installation is fresh install of versio...