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
{{ message }}
This repository has been archived by the owner on Jan 17, 2024. It is now read-only.
I get the error message
"An undefined error occurred while attempting to connect to the server. Status code 0:"
This is the line throwing the error.
return q.then(function (query)
I get this in both Chrome and Firefox.
I've double and triple checked that the query path is correct.
I'd appreciate any help.
`VSS.init({
explicitNotifyLoaded: true,
usePlatformStyles: true
});
VSS.require(["TFS/Dashboards/WidgetHelpers", "TFS/WorkItemTracking/RestClient"], function (WidgetHelpers, TFS_Wit_WebApi) {
});
`
The text was updated successfully, but these errors were encountered: