How to solve Blazor server throwing an error on page load

How to solve Blazor server throwing an error on page load

Ever since I've used Blazor I have found it will pop-up the error box with no apparent reason. I have found it to occur most commonly when either opening a sleeping tab or duplicating a tab etc. I believe it is due to the browser not actually having an open connection to the server and just rendering the UI from the cache. This occurs even in production. (more…)...
Read More