Vineet
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
- Cloud Function Execution Limit Issue on ...
Hello Appwrite Team, I’m experiencing a critical issue with the cloud console. According to the pricing details on the official Appwrite website, the Pro Plan...
- Websocket Message too long for my ESP826...
- Appwrite CLI Fails For Appwrite Behind N...
I'm trying to get Appwrite working in a new setup. I've got it running on a server with other containers running. Nginx Proxy Manager is used to route traffic t...