Error when migrating from Legacy Blazor WASM into Blazor 8 ServerInteractive
Hellol, As in title I migrated project (Copy pasted old project files into new Blazor template). Page renders visually, but I have no interactivity and at startup I get error
blazor.web.js:1 [2024-09-23T10:57:23.330Z] Error: Connection disconnected with error 'Error: Server returned an error on close: Connection closed with an error.'.
blazor.web.js:1 Uncaught (in promise) Error: Server returned an error on close: Connection closed with an error.
at fn._processIncomingData (blazor.web.js:1:60779)
at connection.onreceive (blazor.web.js:1:54030)
at i.onmessage (blazor.web.js:1:82175)
blazor.web.js:1 [2024-09-23T10:57:23.330Z] Error: Connection disconnected with error 'Error: Server returned an error on close: Connection closed with an error.'.