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
- How to Display File in Web?
I'm trying to use Appwrite's Storage to store images and display them in my app, however when I use the `getFileView`, `getFileDownload` or `getFilePreview` met...
- Project Paused Despite Daily Active Usag...
I noticed that my project was automatically **paused**, even though it is actively being used. The project is an **attendance application** that is used daily b...
- Sudden CORS Errors - Domain hasn't Chang...
I have an Appwrite project with two web apps configured, the first one has the hostname `*` and the second one I just added to test if it could fix the issue wi...