microsoft / microsoft/azure-devops-extension-sdk

VSS.SDK.min.js:2 No handler found on any channel for message:

Open
#129 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
159
Forks
53
PR merge metrics
No merged PRs in 30d

Description

Hi everyone,

I am building an Azure DevOps Server extension (on-premises, xml process) and the functionality seems fine, but the console is flooding with errors. I suspect it has something to do with the import of SDK, but maybe not.

I have googled and tried different solutions. So far no luck.

Does anybody know what is causing all these handler errors and how to fix it?

Errors:
console.txt

Example files to go with the errors:
ConfigHub.tsx.txt
ConfigHub.html.txt

Loaded in manifest via:

    "contributions": [
		{
        "id": "FieldSentinelConfigHub",
        "type": "ms.vss-work-web.work-item-form-control",
        "targets": ["ms.vss-work-web.work-item-form"],
        "properties": {
            "name": "Field Sentinel ConfigHub",
            "uri": "dist/ConfigHub.html"
        }
		},  

I am happy to supply any file or log anybody might see useful :)

Thank you for your support.
Alex

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with console.txt and compare the reported messages with ConfigHub.tsx and ConfigHub.html. Then inspect the manifest contribution for the work-item form control and its VSS.SDK.min.js usage. Done means identifying the source of the handler errors and documenting or verifying a resolution.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
developer-experience
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.