Hi everyone,
I'm using MAS version 9.1.4 and I would like to try making some changes to a Graphite application to familiarize myself with the the new framework.
Using the "Application configuration" app, I duplicated the "WOSUMMARY" desktop application. Then, I published my new application without customizing or making any changes to the "app.xml" file.
When I try to load the app from Maximo Manage, it freezes on the loading spinner.
Using the browser console and inspector, I looked for clues and I noticed something.
When I load the cloned app, the "Sources" tab of the Chrome console shows only a "index.html" file with two errors related to two different import statements (one .js and one .css file).
When I compared the "index.html" files loaded by the cloned and the original apps, I noticed that the import paths (src attributes) were different:
- *.js from cloned app: /preview/assets/index-CWelaHWw.js
- *.js from original app: ./assets/index-Dyxv3o5U.js
- *.css from cloned app: /preview/assets/index-CVx2ZjyO.css"
- *.css from original app: ./assets/index-DhOSQYh_.css
I understand why the IDs in the file name are different. I suppose they are created dynamically during the build.
However I don't understand why the cloned app tries to load the files from the "/preview" folder.
Also, the loaded sources structure is different:
Cloned app:
Original app:

Has anyone had any luck with duplicating a Graphite desktop app in MAS 9.1.4?
------------------------------
Yuri Vedovato
------------------------------