1

Trying to initialize my openfin application by running fin.Platform.Layout.init() (on the client-side) throws an error: The targeted Platform is not currently running. Listen for an application-started event for the given Uuid.. I couldn't find any documentation/reference for what this error actually means.

I'm using "hadouken-js-adapter": "^17.54.32"; and I start my application with the following WindowConfig:

{
  name: 'default-app',
  url: `http://localhost:5555`,
  uuid: 'default-app-uuid',
  autoShow: true,
  nonPersistent : true,
  frame: false,
    cornerRounding: {
        width: 5,
        height: 5,
    },
  layout: {
    content: [{
      "type": "component",
      "componentName": "view",
      "componentState": {
          "processAffinity": "ps_1",
          "url": "https://cdn.openfin.co/embed-web/chart.html"
      }
    }]
  }
}

The window opens and the openfin applies its internal style but fails halfway through the init process. any ideas?

Manas Khandelwal
  • 3,006
  • 2
  • 8
  • 18

0 Answers0