1

i'm working on this tutorial here and also used the one on github here

All works fine but the web app is not loading (in UI) the zip into "bundles" folder, but when i call /api/appbundles/ i got this

[
  "UpdateDWGParam",
  "UpdateIPTParam",
  "UpdateMAXParam",
  "UpdateRVTParam"
]

Any idea ?

ArMedia CG
  • 31
  • 5
  • This seems interesting, the UI uses same endpoint as /api/appbundles/, quick idea, did you debug into the code to see if any issues? Or maybe a refresh to see if help? – Zhong Wu Jun 18 '20 at 04:05
  • Hi thank you, i tryed debugging but nothing special, i thought that something was missing on js (who make the ui i think) then found that the filename was not spelled well ^^ sorry – ArMedia CG Jun 20 '20 at 12:22

1 Answers1

1

Make sure that the js file is loaded correctly, check the file name and path.

ArMedia CG
  • 31
  • 5