Leaderboards on Nakama console aren't accessible

I created a few leaderboards for our game. I can see all the leaderboards on the Nakama console. However, when I click on one of them from Nakama Console I get:

An error has occurred!

Leaderboard not found.

Please refresh the page to try again.

When I use ListLeaderboardsRecords from API explorer. I could see the records.

I found the issue. The leaderboard id contained #. That’s why the browser couldn’t find the URL for the leaderboard

Nice find @Ben :pray: can you open an issue on Nakama server so we can improve this for the future?