Gives the error message as given in the image when trying to create a function with GUI
Also trying it from latest CLI gives the following error
TypeScript
➜ video-transcoding-appwrite-function appwrite push function
? Which functions would you like to push? trancode video (67989f220010250ff712)
ℹ Info: Validating functions ...
ℹ Info: Checking for changes ...
ℹ Info: Pushing functions ...
✗ Error • trancode video (67989f220010250ff712) • Invalid `specification` param: Specification must be one of:
✗ Error: No functions were pushed.
What am i supposed to do to create a function deployment on selfhosted server
TL;DR
Function creation is blocked for Appwrite 1.6.0 due to an error when trying to create a function with the GUI or CLI. The error states "Invalid `specification` param." This issue needs to be resolved by the developers of the Appwrite platform.Recommended threads
- Function domain not available
Hello, even tho in docs you clearly describe that every function has its domain, I can not see it anywhere in any of my projects. How do I reveal the url of th...
- Paused project can't activate
I have failed to reactivate one my projects which had been paused
- Inquiry: How to Reduce Cold Start Durati...
Hey! I was using Python for the function runtime, but after reading that Go has the fastest runtime, I switched my code over to Go. However, I'm still seeing co...