Running humuus
Web can’t reach Nakama
- Confirm
NEXT_PUBLIC_NAKAMA_SERVER_HOSTand port values match local ports. - If using Docker, ensure the container is healthy and ports are published.
Missing MinIO resources
- Set
NEXT_PUBLIC_RESOURCE_LOCATIONandMINIO_ADDRESS. - Verify MinIO bucket & credentials (ask the humuus team).
CORS / SSL issues
- For local dev, keep
NEXT_PUBLIC_NAKAMA_USE_SSL=false. - If enabling SSL, configure certificates and allowed origins for both web and Nakama.
Port conflicts
- Change ports in
.envfiles and restartpnpm run dev.
PNPM Version
- Try a compatible version of pnpm and restart
npm install -g pnpm@9.6.0
# run install again
pnpm install