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
- fastly error
Hey! I'm hitting a Fastly error on the www version of our site, but the root domain works fine. We have a wildcard set up, so I expected the subdomain to be cov...
- Facebook's scraper facebookexternalhit g...
share.bardbliss.com but works fine on the raw fra.appwrite.run URL. No execution logs appear when Facebook hits the custom domain. This was working before. How ...
- How to Display File in Web?
I'm trying to use Appwrite's Storage to store images and display them in my app, however when I use the `getFileView`, `getFileDownload` or `getFilePreview` met...