microsoft / vsts-extension-retrospectives

An Azure DevOps extension for efficient retrospectives
MIT License
180 stars 80 forks source link

Mixed content causing Retrospectives rendering to fail in Azure DevOps Server 2019 Update 1.1 #480

Open reavild1 opened 1 year ago

reavild1 commented 1 year ago

Describe the bug Our Azure DevOps Server 2019 Update 1.1 instance supports http: and https:. When Retrospectives is loaded in https: DevOps session, it tries to retrieve content unsuccessfully from the DevOps app server over http: and the page fails to load. When Retrospective is loaded in http: DevOps session, it attempts to retriev content from the DevOps app server over both http: and https:. The page loads a little, but it is not well-formed.

Are you using the Retrospectives Tool on-prem? [X] Yes [ ] No

If Yes, what version of the extension? The latest version has auto-installed itself. 1.90.3

To Reproduce Steps to reproduce the behavior:

  1. Go to 'Boards' blade on https:
  2. Click on 'Retrospectives'
  3. See error "Retrospectives is taking longer than expected to load."

Expected behavior Retrospectives board is expected to appear

Screenshots If applicable, add screenshots to help explain your problem. If you have any developer console information that feels relevant, that is also helpful!

What screen type are you seeing this on ? [X] Desktop [ ] Mobile Retrospectives mixed content trace

Additional context Add any other context about the problem here. Retrospectives taking longer than expected to load

Baleskin1 commented 1 year ago

Experiencing a similar problem here. After the update to the Azure DevOps 2022 (on-premise) and the latest version of the extension (1.90.3), the retrospectives page never loads (the loading never ends), with requests going to https://\*server\*:8080/ The 'developer tools' console in our case also has a number of failed 'Session token' requests (code 500). According to the activity log, the reason is 'Error issuing session token: HostAuthorizationNotFound'.

Steps to reproduce the behavior:

  1. Update to Azure DevOps 2022, update the extension to 1.90.3
  2. Go to the retrospectives page (any collection, any project)
  3. The page never loads.

image-NCCYqG

image-gvSZnx

2023-01-24 123210