# Nakama Healthcheck Rpc

**URL:** https://forum.heroiclabs.com/t/nakama-healthcheck-rpc/3906
**Category:** Local Setup
**Created:** [May 31, 2023, 12:31pm UTC](https://forum.heroiclabs.com/t/nakama-healthcheck-rpc/3906 "2023-05-31T12:31:32Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![Madhav-026](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.heroiclabs.com/madhav-026/32/1669_2.png) [@Madhav-026](https://forum.heroiclabs.com/u/Madhav-026)
#### Post date: [May 31, 2023, 12:31pm UTC](https://forum.heroiclabs.com/t/nakama-healthcheck-rpc/3906/1 "2023-05-31T12:31:32Z")

</div>

what problem I am facing is even when strictly following `Nakama Server Runtime Code Project Setup using Go` youtube video, and running it without error it still show the health check option in my API explorer at all.

what can be the possible reason for it?

---

<div class="post-metadata">

### Author: ![flavio](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.heroiclabs.com/flavio/32/2161_2.png) [@flavio](https://forum.heroiclabs.com/u/flavio)
#### Post date: [June 1, 2023, 9:34am UTC](https://forum.heroiclabs.com/t/nakama-healthcheck-rpc/3906/2 "2023-06-01T09:34:21Z")

</div>

Hello @Madhav-026

I don’t think I understand the problem you’re having. Could you elaborate a bit more? Why shouldn’t the health check option appear there?

---

<div class="post-metadata">

### Author: ![Madhav-026](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.heroiclabs.com/madhav-026/32/1669_2.png) [@Madhav-026](https://forum.heroiclabs.com/u/Madhav-026)
#### Post date: [June 1, 2023, 9:58am UTC](https://forum.heroiclabs.com/t/nakama-healthcheck-rpc/3906/3 "2023-06-01T09:58:53Z")

</div>

Well the thing is I followed your tutorial as is in the 'nakama runtime with go ’ YouTube video, the issue is unknown to me too that why the health check is not appearing at the. Api explorer. All I want is either a guidance over what could be the possible reasons and also if I can be provided with all the version compatibility for my nakama go unity project that I am working on.

---

<div class="post-metadata">

### Author: ![Madhav-026](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.heroiclabs.com/madhav-026/32/1669_2.png) [@Madhav-026](https://forum.heroiclabs.com/u/Madhav-026)
#### Post date: [June 1, 2023, 10:51am UTC](https://forum.heroiclabs.com/t/nakama-healthcheck-rpc/3906/4 "2023-06-01T10:51:17Z")

</div>

Sir that’s what I am too not able to understand, thats why I contacted you.  
Even after following the tutorial exactly.  
Also the bucketed leaderboard go package is showing too as unavailable, can you also update me over that too

---

<div class="post-metadata">

### Author: ![flavio](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.heroiclabs.com/flavio/32/2161_2.png) [@flavio](https://forum.heroiclabs.com/u/flavio)
#### Post date: [June 1, 2023, 11:29am UTC](https://forum.heroiclabs.com/t/nakama-healthcheck-rpc/3906/5 "2023-06-01T11:29:17Z")

</div>

Thank you clarifying, I got confused by the way you worded the question initially.

About the missing HealthCheck RPC, as you may check [here in the code](https://github.com/heroiclabs/nakama/blob/master/server/console_api_explorer.go#LL181C1-L181C1), the function [is not added on purpose](https://github.com/heroiclabs/nakama/blob/master/server/console_api_explorer.go#L189). There is nothing wrong with your setup in this regard.

Regarding the bucketed leaderboards, could you share the code on how you are registering the function? Here are some [additional docs](https://heroiclabs.com/docs/nakama/guides/concepts/bucketed-leaderboards/).

---

<div class="post-metadata">

### Author: ![Madhav-026](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.heroiclabs.com/madhav-026/32/1669_2.png) [@Madhav-026](https://forum.heroiclabs.com/u/Madhav-026)
#### Post date: [June 2, 2023, 10:08am UTC](https://forum.heroiclabs.com/t/nakama-healthcheck-rpc/3906/6 "2023-06-02T10:08:45Z")

</div>

hey Flavio, why is the Bucketed-Leaderboard-go module is unavailable right now
