#urgent need
4 messages · Page 1 of 1 (latest)
-
make you have installed clerkClient
npm install @clerk/nextjs/server -
it should be this
const {data} = await clerkClient.users.getUserList({emailAddress: userId })
- Make you have the proper params in the
getClerkUsers
export const getClerkUsers = async ({ userIds}: {userIds: string[]}) => {
I'm getting the same problem !
bro did you get the solution,i'm also facing the same problem