I have a Blazor server-side app that was running just perfectly in Visual Studio 2022 and when published to IIS. I closed VS and loaded it again, started the app and all of a sudden I'm getting the following error in the browser (Chrome) console:
Failed to load resource: net::ERR_HTTP2_PROTOCOL_ERROR
I change the browser to Edge but the same error occurs. Even publishing the app to IIS results in the same error.
Is there any chance to finding out what the problem is and how to fix it?