[CLOSED] Error when deploying function from CLI: param "runtime" is not optional
- 0
- Resolved
- Functions
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
- Production down - createExecution return...
Hey, Since 1.9.6 rollout in fra (~17:00 UTC, 14 Aug), POST /v1/functions/{functionId}/executions returns a 400 whenever the body includes an empty headers ob...
- CreateRow is doing ListRows on self-host...
### setup ``` appwrite 1.9.5 self-hosted bun 1.3 node-appwrite 27.1.0 ``` ### issue Im running a function on a self hosted 1.9.5 with "node-appwrite": "^27.1.0...
- Local function execution results in HTTP...
Hi all, I'm trying to develop a new function on my Ubuntu 24.04 machine running the latest version of docker. I've read through the documentation to install and...