
Javascript Why Can T I Load Any Js After My Blazor Server Js Stack Some request is causing the websocket to get closed. check the network tab for the last websocket request that is executed correctly, that may give you a clue about what's happening. it's strange because it tells you that it has connected to the websocket but it doesn't appears in the network tab. If an element rendered by blazor is modified externally using js directly or via js interop, the dom may no longer match blazor's internal representation, which can result in undefined behavior.

Javascript Why Can T I Load Any Js After My Blazor Server Js Stack Scripts added after the blazor `