Skip to content
This repository has been archived by the owner on Jan 27, 2023. It is now read-only.

VSS error on init #153

Open
dv29 opened this issue Apr 23, 2020 · 2 comments
Open

VSS error on init #153

dv29 opened this issue Apr 23, 2020 · 2 comments

Comments

@dv29
Copy link

dv29 commented Apr 23, 2020

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

@marian-craciunescu
Copy link

same here...any updateS?

@Aarushi-microsoft
Copy link

Yes same issue..... any updates?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants