I'm using SignalR libs for my c# project and I can't understand why it isn't working. I have these in my server side
and in client side
but I'm having an error, Uncaught TypeError: Cannot read property 'systemHealthHub' of undefined.
What did I miss ? I haven't got such a file <script src="~/signalr/hubs"></script> file in my project. Maybe was that the reason? Can someone help me pls? Thanks!

