Skip to main content

Running humuus

Web can’t reach Nakama

  • Confirm NEXT_PUBLIC_NAKAMA_SERVER_HOST and port values match local ports.
  • If using Docker, ensure the container is healthy and ports are published.

Missing MinIO resources

  • Set NEXT_PUBLIC_RESOURCE_LOCATION and MINIO_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 .env files and restart pnpm run dev.

PNPM Version

  • Try a compatible version of pnpm and restart
npm install -g pnpm@9.6.0
# run install again
pnpm install