microsoft / vsts-extension-retrospectives

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

Icons are not displayed when installed in an offline DevOps Server environment #203

Open elbaza opened 3 years ago

elbaza commented 3 years ago

I installed DevOps Server on-premises with no internet and downloaded and installed the extension. It is working fine but icons are not displayed.

However, I checked the Devtools in the browser and found 2 XHR requests with 404 Not Found status, first error as follows: Request URL: http://tfs/collection/_apis/ExtensionManagement/InstalledExtensions/ms-devlabs/team-restrospectives/data/scopes/default/current/collections/[some-guid]/documents Error Message: error "1660002" the collection does not exist TypeKey: "DocumentCollectionDoesNotExistException"

What is a document collection?

Your support is appreciated

mindlessroman commented 1 year ago

@elbaza - are you still seeing this with more recent releases? Trying to gauge if this has been resolved since you first submitted.

dealboy commented 4 months ago

@elbaza - are you still seeing this with more recent releases? Trying to gauge if this has been resolved since you first submitted.

Yes, the issue is still there in Azure DevOps Server 2022.1 (AzureDevOpsServer_20240130.2)

polatengin commented 4 months ago

can I kindly ask you to check the Network tab in the Developer Panel (F12)

there must be a request to get the icon font that is failing.

can you double check if the address to the icon font is white-listed and clients are allowed to get response from that address, please?

dealboy commented 4 months ago

We use the ADO Server in an air-gapped/offline environment. So, yes, clients cannot have access to the icon font list

image

polatengin commented 4 months ago

is it possible to whitelist those urls?

they're icon-font files that we use to draw icons on screen

dealboy commented 4 months ago

Unfortunately not, our clients browsers don’t have internet access (no external urls are permitted).

Is it maybe feasible to package the fonts in the extension? Or externalise their url?

Thanks for your help!

On Tue, 23 Apr 2024 at 17:34, Engin Polat @.***> wrote:

is it possible to whitelist those urls?

they're icon-font files that we use to draw icons on screen

— Reply to this email directly, view it on GitHub https://github.com/microsoft/vsts-extension-retrospectives/issues/203#issuecomment-2072731429, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAMZE65L53AMTYPFKIVMXXDY6Z5R3AVCNFSM45364YO2U5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TEMBXGI3TGMJUGI4Q . You are receiving this because you commented.Message ID: @.***>