-
Notifications
You must be signed in to change notification settings - Fork 15
Description
Hello,
we're facing the following error with the One Click Action Extension, especially since the "New Boards Hub" feature has been rolled out for Azure DevOps Boards.
I found the following error message on the developer console:
{
"$id": "1",
"innerException": null,
"message": "%error="1660002";%:The collection does not exist\r\n%error="1660002";%:The collection does not exist",
"typeName": "Microsoft.VisualStudio.Services.ExtensionManagement.WebApi.DocumentCollectionDoesNotExistException, Microsoft.VisualStudio.Services.ExtensionManagement.WebApi",
"typeKey": "DocumentCollectionDoesNotExistException",
"errorCode": 0,
"eventId": 3000
}
and later on another try:
{
"$id": "1",
"innerException": null,
"message": "TF1590005: Document with id dcwit_10609d9a-4b36-4eaa-af55-481a1c3544b7 does not exist in collection Default for Current = Task",
"typeName": "Microsoft.VisualStudio.Services.ExtensionManagement.WebApi.DocumentDoesNotExistException, Microsoft.VisualStudio.Services.ExtensionManagement.WebApi",
"typeKey": "DocumentDoesNotExistException",
"errorCode": 0,
"eventId": 3000
}
Could you pls update the extension so its stable again and working even with the "New Boards Hub"?
Thx,
Tobi :)