
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
- Failed to verify JWT. Invalid token: Exp...
Hi I am trying to call a function from my mobile app, but I am receiving "Invalid token expired." My code looks more or less like this ```ts // from my app ...
- How do I pair Polar.sh + Hono + Appwrite...
This is what all it required by polar to see the webhook data. Managing with webhook data is not an issue, but how do I pair this all with appwrite functions st...
- The function became slower after being e...
I used the Python SDK and set `xasync=True` in `create_execution`, expecting it to execute quickly on another worker. However, the execution ended up taking sev...
