cribeiro84 / azure-devops-pull-request-hub

Azure DevOps Pull Request Manager Hub
MIT License
57 stars 35 forks source link

Hub with Unable to contact the server error #250

Open GumpDev opened 1 year ago

GumpDev commented 1 year ago

Describe the bug I added the board to my azure, but when i go to the Pull Request Manager Hub Page shows this error: 'There was an error during the extension load: NetworkException: TF400893: Unable to contact the server. Please check your network connection and try again.' and don't load the PRs, my computer is connected to internet.

On console has: No permissions found for security namespace XXXXX and token XXXXX. Ensure that the effective permissions are included in shared data. Refused to connect to 'https://browser.events.data.microsoft.com/OneCollector/1.0/?cors=true&content-type=application/x-json-stream&w=0' because it violates the following Content Security Policy directive: "connect-src .visualstudio.com wss://.visualstudio.com https://web.vortex.data.microsoft.com .dev.azure.com dev.azure.com wss://.dev.azure.com wss://dev.azure.com .vsassets.io ms.gallery.vsassets.io vsassetscdn.azure.cn ms.gallerycdn.vsassets.io ms.gallerycdn.azure.cn .blob.core.windows.net".

To Reproduce Steps to reproduce the behavior:

  1. Go to Pull Request Manager Hub
  2. See error

Expected behavior Load the PR's in the board

Screenshots Screenshot from 2022-12-28 14-54-07

Desktop (please complete the following information):

Xerillio commented 1 year ago

This might not be related to this specific extension. Other posts discussing the TF400893 error mention issues like firewalls blocking the traffic. Try:

cribeiro84 commented 1 year ago

@GumpDev please check on the console of Developers Tools of your browser (usually F12) and check if there are any errors. It seems to be related to some kind of proxy blocking.

cribeiro84 commented 1 year ago

It seems something related to Proxy. Do you have corporate proxy? Might also related to websockets being blocked.