.NET Core 8 Blazor Server site- not loading any Javascript on first access after build
blazor.server.js
is failing to do its thing on only the very first run of a built dotnet website. The error actually presents as JSInterop being unable to find the first Javascript file it is trying to execute, and this prevents any other scripts from loading and disables all interactivity on the page.