Files
taxbaik/TaxBaik.Web.Client
kjh2064 5ca1fe8620
TaxBaik CI/CD / build-and-deploy (push) Failing after 2m45s
fix: add explicit rendermode to Router component - enable page routing
Problem: Routes.razor Router component had no @rendermode attribute, causing
routed pages to not render content (only shell was interactive).

Solution: Add @rendermode="new InteractiveWebAssemblyRenderMode(prerender: false)"
to Router element to ensure all routed page components render properly.

Result: Blog pages and all admin pages now render their content correctly.

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