Build2019Chat icon indicating copy to clipboard operation
Build2019Chat copied to clipboard

Error: The operation was cancelled

Open ghost opened this issue 4 years ago • 0 comments

https://github.com/mindofai/SignalRChat running on local IIS

Used ngrok to access it using a public URL

  hubConnection = new HubConnectionBuilder()
         .WithUrl($"http://randomsubdomain.ngrok.io" + "/chatHub")
         .Build();

Ran the below command to setup ngrok:

ngrok.exe http 44398

image

I see requests in ngrok terminal when click on 'connect' but nothing happens in the app.

image

After few minutes of trying I get the below error:

image

ghost avatar Sep 29 '20 21:09 ghost