404 Not found for blazor.webassembly.js in Blazor Web assembly app

Viewed 3089

I created a new "hosted" Blazor web assembly Razor class library and referenced it from a traditional .NET 5.0 MVC app.

The Razor class library components render just fine, however, the blazor client JS file is getting a 404 not found. This is wasm and not server side. I am attempting to pre-render components in a traditional ASP.NET Core 5.0 MVC app. I followed a few tutorials so I am not sure what I may be missing here. Here is the message in the browser:

404 - Not Found - https://localhost:5001/_framework/blazor.webassembly.js
0 Answers
Related