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
- Unable to init function via cli
Hello! I have created a new self hosted instance of appwrite 1.9.6 and have connected to that insatnce with the cli 27.2.0 that was released a few hours ago. Wh...
- Appwrite-injected variables are not avai...
I am using rust-1.83 as a runtime and try to access APPWRITE_FUNCTION_API_ENDPOINT or APPWRITE_FUNCTION_API_KEY during runtime. Both are not set during my execu...
- OAuth Missing redirect URL
Hello all, on a Flutter mobile app with latest Appwrite dependency (25.4.0) I always got "Missing redirect URL" - "Your OAuth login flow is missing a proper red...