sswastik02
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. sswastik02
Can someone please help out over here.
sswastik02
Here's the code I am trying
TypeScript
let users = new Users(client)
let il = await users.listIdentities()
Recommended threads
- My account is blocked so please check an...
My account is blocked so please unblock my account because all the apps are closed due to which it is causing a lot of problems
- Applying free credits on Github Student ...
So this post is kind of related to my old post where i was charged 15usd by mistake. This happens when you are trying to apply free credits you got from somewh...
- Attributes Confusion
```import 'package:appwrite/models.dart'; class OrdersModel { String id, email, name, phone, status, user_id, address; int discount, total, created_at; L...