Hi support I have just reinstalled appwrite and now I am expecting an error when deploying a dart function. The error code from the CLI is "Error Param "runtime" is not optional. I have created the function with appwrite init function and afterwards tryed to deploy.
When I am inside the console at under the settings menu for the function, the list which should contain "runtime" is empty.
fix is pending release: https://github.com/appwrite/appwrite/issues/6120
Thanks Steven. When trying to connect to GitHub I get "404 - page not found". I am not aware if this is also bug or just something wrong from my side.
please try to find a related <#1072905050399191082> post. if ou're still stuck, please create a new post
[CLOSED] Error when deploying function from CLI: param "runtime" is not optional
Recommended threads
- Worker functions stuck on "Fetched 0 fun...
Appwrite Version: 1.9.0 Bug Description: The appwrite-worker-functions container gets stuck in an infinite loop logging "Fetched 0 functions..." while scheduled...
- I am using s3 for app storage but is it ...
_APP_STORAGE_DEVICE=s3 puts everything to the s3 storage but i need to be able to keep the function builds and site in the local and not waste the cloud storage...
- Local Serverless Function Testing: Are D...
I have followed the instructions to get the CLI working, and have been able to log-in, initialize my project, and created a simple Python function, which calls ...