I found a few slight errors in the early sections of the documentation. I didn’t find any email address for tech support- should I just report them here?
- In Nakama: Docker Compose | Heroic Labs Documentation, after editing the Docker Compose file, it seems that docker compose restart is not enough to get the changes into account. Instead I needed to rerun
docker compose up
- In Nakama: JavaScript | Heroic Labs Documentation, change
yarn add "@herioclabs/nakama-js"
toyarn add "@heroiclabs/nakama-js"
Hope that helps the next person…