microsoft / azure-devops-extension-sdk

Client SDK for developing Azure DevOps extensions
MIT License
125 stars 39 forks source link

SDK.getWebContext() throws exception when published #106

Open MustafaJamal opened 5 months ago

MustafaJamal commented 5 months ago

Hi,

We are creating ADO Extension which is based on ASP.NET Core 8, Vite & REACT. We are using azure-devops-extension-sdk v4.0.2. When we use our application in Dev mode everything works fine BUT when we publish it SDK.getWebContext() starts throwing exception. Please see details below:

Exception: image

Code where exception is throwing: image

Vite config: image

Please let me know if further details are needed.

Thanks, Mustafa

ArthurDumas commented 4 months ago

Sounds like the same issue as #103?