Despite being mentioned in the docs
I am trying to execute this in functions, here is the output
TypeScript
TypeError: users.listIdentities is not a function
at Module.default (file:///usr/local/server/src/function/src/main.js:13:40)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async execute (/usr/local/server/src/server.js:141:22)
at async /usr/local/server/src/server.js:158:13
TL;DR
The user is encountering an error message "List Identities is not a function" and states that it is undefined. No further information or solution is provided.Can someone please help out over here.
Here's the code I am trying
TypeScript
let users = new Users(client)
let il = await users.listIdentities()
Recommended threads
- Functions not executing after usage rese...
Hi team, Last month my project hit 100% usage and functions stopped working (expected). Now the new month has started and usage has reset, requests are going ...
- Functions never end and always fail (sta...
Hi ! I'm using Appwrite Cloud Pro and function execution from appwrite website is KO. Deploying starter function template, execution is always Failed and the ...
- My function executions console if overwh...
It seems the requests are getting processed correctly but it is using a older version of the backend. And it seems the cron requests done an hour ago are shown ...