Hi @Puzzler,
I guess you can disable prerendering for those pages:
@rendermode InteractiveAuto(prerender: false)
The other option is this: ASP.NET Core Blazor render modes | Microsoft Learn
Hi @Puzzler,
I guess you can disable prerendering for those pages:
@rendermode InteractiveAuto(prerender: false)
The other option is this: ASP.NET Core Blazor render modes | Microsoft Learn