vss-web-extension-sdk
vss-web-extension-sdk copied to clipboard
VSS error on init
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
same here...any updateS?
Yes same issue..... any updates?