Asao M
Error when migrating from Legacy Blazor WASM into Blazor 8 ServerInteractive
Hello sir, have you thought about updating the configuration in your new project's Startup.cs or Program.cs file to match what it was in your old project? I think that's a great idea, especially when it comes to settings like SignalR and Blazor Server.
make sure you're adding the same middleware and registering the same services. You don't want to miss any crucial configurations that could affect how your app behaves.
Um, It's always a good idea to double-check your settings when moving from one project to another, so review your Startup.cs or Program.cs file and make sure everything matches up with your old project.
5 replies