You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are currently encountering difficulties deploying a Java Azure Web App through Visual Studio Code. Although it was functioning properly before, we are now experiencing an unexpected error.
The text was updated successfully, but these errors were encountered:
I suspect that defaultHostName is throwing an error from when we are creating the SiteClient.
That in turn causes the WebAppResolver to throw an error because we nonNullValue check site
Because it resolves as undefined, which is an accepted value from the resolver, when we try to check this.contextValuesToAdd in CompatibleResolvedApplicationResourceTreeItem, it's throwing this error
We are currently encountering difficulties deploying a Java Azure Web App through Visual Studio Code. Although it was functioning properly before, we are now experiencing an unexpected error.
The text was updated successfully, but these errors were encountered: