© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
C#C
C#•17mo ago•
4 replies
Uaz

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.'.
log @ blazor.web.js:1
_stopConnection @ blazor.web.js:1
features.reconnect.transport.onclose @ blazor.web.js:1
_close @ blazor.web.js:1
stop @ blazor.web.js:1
_stopInternal @ blazor.web.js:1
await in _stopInternal
stop @ blazor.web.js:1
_processIncomingData @ blazor.web.js:1
connection.onreceive @ blazor.web.js:1
i.onmessage @ blazor.web.js:1
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.'.
log @ blazor.web.js:1
_stopConnection @ blazor.web.js:1
features.reconnect.transport.onclose @ blazor.web.js:1
_close @ blazor.web.js:1
stop @ blazor.web.js:1
_stopInternal @ blazor.web.js:1
await in _stopInternal
stop @ blazor.web.js:1
_processIncomingData @ blazor.web.js:1
connection.onreceive @ blazor.web.js:1
i.onmessage @ blazor.web.js:1
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)
C# banner
C#Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

.NET 8 / Blazor Server+WASM / Configuration
C#CC# / help
2y ago
Blazor Wasm Static Content Error
C#CC# / help
11mo ago
✅ Blazor WASM Headers
C#CC# / help
4mo ago