Duplicate of Error loading hubs. Ensure your hubs reference is correct, e.g. <script src='/signalr/js'></script>
But no answer yet. Please help.
Duplicate of Error loading hubs. Ensure your hubs reference is correct, e.g. <script src='/signalr/js'></script>
But no answer yet. Please help.
Mine was a stupid mistake! Hope this might help others in future. I have AngularJS front end and C# Web API back end. So my routing was in Angular and Web API had a routing to make sure that angular does all the routing. So in my Global.asax file, the code was as follows
I updated it as
Now one problem is solved.