Closed w-johnny closed 6 months ago
Ok, I've found an issue myself. The problem was the fact that in Configure
method UseEndpoints
was called twice - from within Configure
and from UseChatEngine. Once I moved the logic to single UseEndpoints
it started to work again.
Describe the bug
Recently we migrated our solution from .net6 to .net8. After that SignalR stopped to work. There were not code changes - only migration of the .net version + upgrade of all nuget packages.
To Reproduce
This is the SignalR configuration:
Exceptions (if any)
Further technical details
After the migration it is not logged anymore and the exception above is logged in browser console.