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
- Invalid query: Query on attribute has gr...
I cannot view the table within the Console
- Functions not executing after usage rese...
Hi team, Last month my project hit 100% usage and functions stopped working (expected). Now the new month has started and usage has reset, requests are going ...
- Functions never end and always fail (sta...
Hi ! I'm using Appwrite Cloud Pro and function execution from appwrite website is KO. Deploying starter function template, execution is always Failed and the ...