Hello guys ! For function creation via VSC, it is mandatory (not optional) to provide "installationId" but I don't know what it really is and where to find it. Documentation is not clear enough on the web site.
Here is error I get when trying to create function without providing the "installationId"
at Client.call (/usr/local/server/src/function/node_modules/node-appwrite/lib/client.js:206:15)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at async Functions.create (/usr/local/server/src/function/node_modules/node-appwrite/lib/services/functions.js:174:16)
at async Module.default (file:///usr/local/server/src/function/src/main.js:31:27)
at async execute (/usr/local/server/src/server.js:157:22)
at async action (/usr/local/server/src/server.js:174:13)
at async /usr/local/server/src/server.js:10:9```
Recommended threads
- Having issues with login via CLI
``` ~/appwrite appwrite login --endpoint https://localhost/v1 --verbose ? Enter your email myvalidemai...
- How to Avoid Double Requests in function...
I'm currently using Appwrite's `functions.createExecution` in my project. I want to avoid double requests when multiple actions (like searching or pagination) a...
- Send Email Verification With REST
I am using REST to create a user on the server side after receiving form data from the client. After the account is successfully created i wanted to send the v...