Unhandled Rejection Error trying to Import Graph XSLX
See original GitHub issueAs per the most recent comments in #233, I was able to get Digital Twins Explorer running in a Docker container.
I am able to successfully upload my Models (via the GUI) and when I try to import a Graph XLSX (which I’ve seen work before) I receive the following error:
Unhandled Rejection (TypeError): this.props.setIsDisplayNameAsteriskPresent is not a function GraphViewerCytoscapeComponent.addTwins src/app/client/src/components/GraphViewerComponent/GraphViewerCytoscapeComponent/GraphViewerCytoscapeComponent.js:254
I’m not curious if this is the same problem experience using the Azure Portal to execute the same import. The only difference is the error isn’t shown in the portal, only the spinning wait icon which never times (or errors) out.
The same behavior happens if JSON file format is used. Using a file that was exported from the Explorer.
Issue Analytics
- State:
- Created 2 years ago
- Comments:8
Top GitHub Comments
The hotfix has been rolled to the hosted explorer, closing out. Thanks for the heads up everyone, sorry about that!
Just put a PR up for a hotfix, should be rolled by end of day
https://github.com/Azure-Samples/digital-twins-explorer/pull/239