Dear appwrite ,
I wanted to update user label in the cloud but the node version does not have it , I tested the dart version it has updateLabels
Hi there 👋 Hmm that should not be the case, I see updateLabels method in Users service. Can you please share source code of script that is failing? Also please share package.json if possible, so we can check version (11.1.0 is correct)
This is my package.json
{
"name": "starter-template",
"version": "1.0.0",
"description": "",
"main": "src/main.js",
"type": "module",
"scripts": {
"format": "prettier --write ."
},
"devDependencies": {
"node-appwrite": "^11.1.0",
"prettier": "^3.0.0"
}
}
Maybe you can try deleting your node_modules, running npm install and then restarting your IDE?
Recommended threads
- TablesDB can't be used in Appwrite Funct...
I have written a function (DART) and it won't deploy. Here is what I get : 2026-03-14T17:09:41.459693680Z Compiling ... 2026-03-14T17:09:42.915619217Z ../build...
- Local appwrite run functions --user-id n...
Hi, I'm running into an issue when testing Appwrite functions locally with user impersonation. I'm using a self-hosted Appwrite instance and running functions ...
- Function domain not available
Hello, even tho in docs you clearly describe that every function has its domain, I can not see it anywhere in any of my projects. How do I reveal the url of th...