Skip to content

Error: The operation was cancelled #2

@ghost

Description

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions