Model not loading - data.js formatting

had some issues with the iris model not loading on initial page load - browser error message: 'unable to read “appName” ’
After reading through the data.js file I belive I found the issue: When exporting to iris web-archive the data.js-file contains a ‘analytics’ object with the ‘appName’ property. However, the irisApp is looking for an ‘Analytics’ object - Capitalized!
Simply changing ‘analytics’ to ‘Analytics’ solved the issue for me and the model now loads as expected.

Thanks for reporting. I’ll take a look.