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
- Appwrite Cloud project is paused and nev...
Hi Appwrite Team & Community, I am facing a problem with one of my Appwrite Cloud projects which seems to be identical to the other cases of "paused projects" ...
- Timed out waiting for runtime error
execution id 6a3e0791978712d81ee0 im having issue with appwrite function runtime performance. even after 4gbram and cpu same function sometimes completes in a...
- Project auto-blocked after load testing ...
Hi team π My project has been automatically blocked with the message: "Project is currently blocked β Access to this project is restricted. Contact support if...