i'm trying to update a label from the appwrite functions but it gives me error THIS: TypeError: this.users.updateLabels is not a function at AppwriteService.createSubscription (file:///usr/local/server/src/function/src/appwrite.js:36:20) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async Module.default (file:///usr/local/server/src/function/src/main.js:35:4) at async execute (/usr/local/server/src/server.js:141:22) at async /usr/local/server/src/server.js:158:13
Recommended threads
- AppwriteException - Transaction with the...
I am using "node-appwrite" module and I have successfully created transaction id but when passing it to tablesDB.createRow function with some other required dat...
- general_unauthorized_scope
localhost oauth not working. general_unauthorized_scope error showing. { "message": "User (role: guests) missing scopes ([\"account\"])", "code": 401, ...
- Cannot create cloud function due to this...
As I try to deploy a new function to Github I get this error message: ``` Unable to clone code repository: fatal: ' ' is not a valid branch name hint: See `man ...