Without having more information about your SignalR service @Prateek Khanna , i.e., your React App have the hub or something else. But since you've already configured CORS to *
and used http://localhost:3000
, it's difficult to say what's going on.
Until more information is provided about the SignalR service you're deploying/using; I suggest using live tracing tool along with troubleshooting methods to troubleshoot the connection issues.
If you're not deploying any function app, that's more than likely why you're getting the error because there is no hosted negotiate method for your client to establish the connection, see serverless mode for more information.