vss-web-extension-sdk icon indicating copy to clipboard operation
vss-web-extension-sdk copied to clipboard

VSS error on init

Open dv29 opened this issue 4 years ago • 2 comments

Getting the following error while trying to init VSS

No handler found on any channel for message: {"id":1,"methodName":"initialHandshake","instanceId":"VSS.HostControl","params":[{"notifyLoadSucceeded":false,"extensionReusedCallback":{"__proxyFunctionId":2,"__channelId":1},"vssSDKVersion":2}],"jsonrpc":"2.0","handshakeToken":"2g6dy8vogc21ys2y9yaslq"}

Following is the initialize code

function registerContribution(contribution) {
...
});

 VSS.init({
            usePlatformStyles: true,
            explicitNotifyLoaded: true,
            usePlatformScripts: true,
            extensionReusedCallback: registerContribution,
            moduleLoaderConfig: {
                paths: {
                    "react": "dist/react",
                    "react-dom": "dist/react-dom",
                    "FeatureTimeline": "dist/FeatureTimeline"
                }
            }
        });

it never reaches the VSS.ready();

tagging: @spreeRaj

dv29 avatar Apr 23 '20 21:04 dv29

same here...any updateS?

marian-craciunescu avatar Dec 09 '20 15:12 marian-craciunescu

Yes same issue..... any updates?

Aarushi-microsoft avatar May 30 '22 10:05 Aarushi-microsoft