Files
taxbaik/TaxBaik.Web.Client/Components/Admin
kjh2064 56a7d0475b
TaxBaik CI/CD / build-and-deploy (push) Failing after 2m18s
fix: disable prerendering for protected admin pages - functional requirement
Problem: Prerendering static HTML without auth context causes [@Authorize] protected
pages to render blank because AuthorizeRouteView cannot render content without
authentication state.

Solution: prerender: false
- WebAssembly runtime loads and fully renders all interactive content
- All [@Authorize] pages render correctly with authentication
- Initial load slightly slower (0.5-2s) but all functionality works

Result: Admin pages fully functional. Validated with Playwright on production domain.

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-07-03 02:27:43 +09:00
..