Before you submit an issue we recommend you drop into the [Gitter community](https://gitter.im/heroiclabs/nakama) and ask any questions you have or mention any problems you've had getting started with the server.
Please provide as much information as you can with this issue report. If you believe it may be an issue with one of the client libraries please report it on their [own trackers](https://github.com/heroiclabs?utf8=%E2%9C%93&q=nakama%20AND%20sdk&type=&language=).
## Description
<!--- Example: Error thrown when Unity client fetches a user's friends. -->
## Steps to Reproduce
<!---
Example:
1. Register a new user
2. Connect to server socket
3. Send message to fetch current user's friends
4. Errors reported to client and in server logs
-->
## Expected Result
<!--- Example: No error is thrown and results are returned by server. -->
## Actual Result
<!--- Example: Error is thrown with stacktrace in logs. -->
## Context
<!-- Which client did you use? -->
- [ ] Unity
- [ ] Other
## Your Environment
<!---
`nakama --version` will show the version of the server.
`cockroach --version` will show the version of the Cockroach database server.
Use `nakama doctor` to collect diagnostics on the server and environment and submit it with your report if possible.