Files
cameleer-saas/docker
hsiegeln 0472528cd6
All checks were successful
CI / build (push) Successful in 39s
CI / docker (push) Successful in 38s
fix: move Logto to auth.localhost subdomain to avoid /assets path conflict
Logto's login page references /assets/* which conflicts with the SPA's
assets at the same path. Using Host-based routing (auth.localhost) gives
Logto its own namespace - all paths on that subdomain go to Logto,
eliminating the conflict. *.localhost resolves to 127.0.0.1 and is a
secure context.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-05 17:42:17 +02:00
..