I am trying out Server-side Blazor (.net core 3.0 Preview 5). I have been searching the web but can't seem to find an answer. I really like the "layout" of the Blazor (ASP.NET Core hosted) template (see image below). The client part of that is WebAssebly. But I read someware that I could change blazor.webassembly.js to blazor.server.js and that it would be it. How ever that doesn't work. I get some errors in the console log:
Error: Failed to complete negotiation with the server: Error: Internal Server Error blazor.server.js:1
Error: Cannot send data if the connection is not in the 'Connected' State. blazor.server.js:1
What do I need to do for the client to use blazor.server.js instead of blazor.webassembly.js?
Or have I just misunderstood everything?
