Some checks failed
CI/CD / detect-changes (pull_request) Successful in 4s
CI/CD / test-frontend (pull_request) Successful in 5s
CI/CD / e2e-smoke (pull_request) Failing after 1m18s
CI/CD / test-runners (pull_request) Failing after 1m18s
CI/CD / test-go-pg (pull_request) Failing after 2m39s
CI/CD / build-and-deploy (pull_request) Has been cancelled
CI/CD / test-sqlite (pull_request) Has been cancelled
Navigating to /login triggers SDK boot which loads stale localStorage tokens, attempts /auth/refresh (fails with 401), and clears all auth state including the cookie we just set. Fix: navigate to /api/v1/health (JSON endpoint, no SPA boot), set arm_token cookie via document.cookie, then navigate to real surfaces. The Go page-auth middleware reads the cookie on subsequent requests. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
4.5 KiB
4.5 KiB