mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-10 00:15:28 +02:00
engram `cloud serve` only registers /health, /sync/* and /dashboard/*; Go's ServeMux answers "404 page not found" at the root path, which is indistinguishable from a Traefik router miss. The deploy itself was fine (both containers healthy), but the default domain pointed at `/` and kept returning 404. Adding `path = "/dashboard"` routes the app's real browser surface (login page / dashboard). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>