If you are building web applications with ASP.NET Core Blazor, make sure you do not remove the HTML comments. Avoid HTML minification, otherwise the web sockets used for SignalR does not work.
Tobias Zimmergren's thoughts on tech
Hi, I'm Tobias. I write about my journey and experiences in the tech landscape. Mostly my writing relates to Cloud, Security, and Software Development. I have a strong focus on Microsoft Azure.
If you are building web applications with ASP.NET Core Blazor, make sure you do not remove the HTML comments. Avoid HTML minification, otherwise the web sockets used for SignalR does not work.