#dotnet friends, I used the occasion to upgrade a .NET 6 Blazor Server app to .NET 8 yesterday, using the migration guide at https://learn.microsoft.com/en-us/aspnet/core/migration/70-80?view=aspnetcore-8.0&tabs=visual-studio and the sample project by @danroth27 https://github.com/danroth27/Net8BlazorServer. A question: I experience that it still runs a websocket connection locally and on my prod (Azure web app) deployment, but in the deployment to test in Azure it does not. There it seems like it is SSR and fetch. Have I missed something?

