Unhandled Rejection Error trying to Import Graph XSLX
csyvenkyteck opened this issue · 8 comments
As 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.
I have the same issue in the Azure Portal when I use the managed ADT Explorer:
https://explorer.digitaltwins.azure.net
Import of Graph models is broken!
Exception:
Uncaught (in promise) TypeError: this.props.setIsDisplayNameAsteriskPresent is not a function
at n.value (GraphViewerCytoscapeComponent.js:254)
I officially opened a support ticket with Microsoft yesterday afternoon. There was no immediate resolution. There was mention that the feature is a Preview feature.
@darsney thx for the fast PR and hotfix looking forward to test it ;-)
Changes are deployed on a manual cadence to the hosted explorer from these sources. I've triggered a release to https://explorer.digitaltwins.azure.net/ that is scheduled to complete within an hour, will update this thread when it's complete
The hotfix has been rolled to the hosted explorer, closing out. Thanks for the heads up everyone, sorry about that!
Works fine thx for the fast fix!