Fix: 404 Not Found for blazor.server.js after installing a new .NET SDK
blazor.server.js 404s on .NET 10 because the script stopped being an embedded resource. Add RequiresAspNetWebAssets to the host project, or make sure it has a .razor file.
10 posts