Hi there, I think I have a problem to list all the...
# support-questions-legacy
m
Hi there, I think I have a problem to list all the users. On my supertokens dashboard, I should have 70 users. But If I export all users as csv file I have only 58 user. Same behaviour If I call the
getUserCount()
function with nodejs SDK But when I connect to Postgres Database I can see 66 users (
SELECT * FROM emailpassword_users
).