microsoft / vsts-extension-multivalue-control

A work item form control which allows selection of multiple values.
MIT License
47 stars 45 forks source link

Loading indicator keeps spinning, control not showing #22

Closed ndc closed 7 years ago

ndc commented 7 years ago

Screenshot of the error:

multivalue error https

If I open the page with HTTP, the control is showing just fine. If I open the page with HTTPS, this error occurs.

This is on premise TFS 2017.

I saw in browser console there were two errors when loading vsts-extensions-multivalue-control/1.0.5/assetbyname/dist/index.html:

SEC7111: HTTPS security is compromised by http://mytfsserver/tfs/_apis/public/gallery/publisher/ms-devlabs/extension/vsts-extensions-multivalue-control/1.0.5/assetbyname/dist/index.html
File: Backlog%20items
SEC7111: HTTPS security is compromised by http://mytfsserver/tfs/_apis/public/gallery/publisher/ms-devlabs/extension/vsts-extensions-multivalue-control/1.0.5/assetbyname/dist/index.html
File: Backlog%20items
mmanela commented 7 years ago

This tells me that you probably have your TFS instance configured with a public url with the HTTP scheme. You can confirm this in the TFS Management Console. image

You need to make sure that public url matches how you hit the site for the extensions to work correctly.