Problem google service dont' show leaderboard

I have a problem with google device. I can’t watch the chart. Every time I open it it tells me that at the moment there are no records set by users. I checked the code and the connection works correctly and also updates the score. Has anyone had the same problem as me? this is the code for displaying the ranking

 public void OnShowLeaderBoard()
    {

           
        if(PlayGamesPlatform.Instance.IsAuthenticated())
           PlayGamesPlatform.Instance.ShowLeaderboardUI();
  

    }

Give a try clearing cache of Google Play Services app once.
We didn’t notice such kind of behaviour but make sure the google play services changes are published and the user who is testing this has the access to see leaderboards (incase of published it should be visible to all)