The landing page CTA used router.push('/app/get-krk') which was caught
by the catch-all route and redirected back to '/'. Since landing and
webapp are separate Vue apps behind Caddy, cross-app navigation needs
window.location.href to trigger a real browser request through the
reverse proxy.
Also simplify the analytics E2E test to avoid race conditions between
event capture and page unload during navigation.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
||
|---|---|---|
| .. | ||
| docs | ||
| DocsView.vue | ||
| HolderDashboardView.vue | ||
| HomeView.vue | ||
| HomeViewMixed.vue | ||
| HomeViewOffensive.vue | ||