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
- Provider error when creating a function ...
- Function deployment failed: Unable to re...
Hi Appwrite team, I have been experiencing persistent errors when i attempt to push my appwrite functions. The logs on the deployment detail page on the console...
- My cloud functions failing 3 days ago (P...
Hi, My cloud function using python has been failing for 3 days, I didn't push any new deployments... Its something to do with it not recognising the entrypoi...