Adding Blazor to an existing Razor Pages project
I decided that messing around with SSR and JS for the admin panel is not worth the hassle and I'll just make it with Blazor. I don't care about the bundle size, I don't care about SignalR connections, seems to be a perfect fit.
I think I did everything correctly, but I'm still getting errors out the wazoo.
but going to
/panel
results in the following:
With the whole log being https://pastie.io/bcixjg.yml2 Replies
Maybe check this guide if you haven't already :
https://learn.microsoft.com/en-us/aspnet/core/blazor/components/integration?view=aspnetcore-8.0#add-blazor-support-to-an-aspnet-core-app
Integrate ASP.NET Core Razor components into ASP.NET Core apps
Learn about Razor component integration scenarios ASP.NET Core apps, Razor Pages and MVC.
Yeah, that's the one I followed :/