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
- Project in AppWrite Cloud doesn't allow ...
I have a collection where the data can't be opened. When I check the functions, there are three instances of a function still running that can't be deleted. The...
- Get team fail in appwrite function
I try to get team of a user inside appwrite function, but i get this error: `AppwriteException: User (role: guests) missing scope (teams.read)` If i try on cl...
- Function in Node.JS to monitor events ar...
Hello everyone. I'm creating my first Node.JS function, but I don't have much experience with node and javascript. I'm trying to create a function, that monito...