0

came back to an application based off of this reference app after a little time away from it, but I'm now unable to run the application locally. With both my version, and the base reference app, trying to connect to localhost:9000 throws me a screen saying "This site can’t provide a secure connection" and the error "crbug/1173575, non-JS module files deprecated."

JonathanA
  • 5
  • 3

1 Answers1

0

According to this Stack Overflow post the crbug/1173575 error could be related to the port the application is trying to run on.

Regarding the Hyperion Reference App, we're currently in the process of simplifying it to a "leaner" app using just vanilla HTML/JS/CSS: https://github.com/autodesk-platform-services/aps-iot-extensions-demo. I'd suggest that you give this one a try.

Petr Broz
  • 8,891
  • 2
  • 15
  • 24