Musibat
10/24/2022, 12:36 PMlet userInfo = await Passwordless.getUserById(input.userId)
to get the user info, i get the error Error: SuperTokens core threw an error for a GET request to path: '/recipe/user' with status code: 400 and message: Please provide exactly one of userId, email or phoneNumber
. I have tried it with other recipes like EmailPassword
and ThirdParty
it works.rp_st
10/24/2022, 12:44 PMlet userInfo = await Passwordless.getUserById({userId: input.userId})
Musibat
10/24/2022, 2:29 PM