Hello I have an issue when I try to access users leaderboard data.
League id and userId is valid. (Actually it’s a tournament. But it’s the same with nk.tournamentRecordsHaystack)
And it’s working with version 3.12. But it doesn’t work in any later version. (3.13,3.14,3.15)
- Versions: Nakama 3.13,3.14,3.15, Docker
- Server Framework Runtime language : TS
try {
let recordList = nk.leaderboardRecordsHaystack(leagueId, dummyUserId, 1, 0)
} catch (error) {
logger.error(JSON.stringify((error as Error).message))
}
//response
//"msg":"\"expects string\""
Media: