I am developing a Blazor Server Side app with a Web API.
Typically I start the WebAPI first with CTRL F5, and then the same for the Blazor app.
3 out of 10 times I start it like this the WebAPI is actively refusing the connection, then I have close the browser tabs down and redo it.
7 out of 10 times I can get my Blazor app to return data, and then I make some changes to it and once I hit save the Blazor app is attempting to refresh the connection but fails. Then I need to close that tab and do a CTRL5.
What am I missing here? This cannot be this cumbersome, right.?