rstedman / tfs-pullrequest-dashboard

tfs dashboard for pullrequests across all repos
MIT License
30 stars 29 forks source link

Does not work over HTTPs #24

Closed stickleprojects closed 6 years ago

stickleprojects commented 6 years ago

Loading over HTTPs TFS, you see the spinning loader graphic, but nothing more. Debug console shows the following:

image

rstedman commented 6 years ago

This appears to be an issue with your TFS instance, likely some misconfiguration. The index.html is the entry point for this extension, TFS handles how that is loaded, I have no control over that.

The organization I work at uses this extension, and our TFS instance is served over HTTPS. There are no issues loading this extension, and I confirmed that the same index.html resource is being requested over https, not http.