Hello. We are trying to migrate a mashup app from dev-hub to a Java web app. In doing so, host name is changed to FQDN, instead of localhost. Since a web application resides on another AWS POD, CORS settings are applied. The mashup app in dev-hub renders chart objects and corresponding data from a Qlik Sense dashboard correctly. Embedding the same mashup app in an iFrame of a Java web app works the same way. However, when the same mashup app is hosted under a Java web app, mashup objects and data do not come over due to an error 503 on qlik.js. This same file is accessed no problem from dev-hub and iFrame. It seems as if some additional permission is needed to access that file from a Java web app in another domain. Does anyone know what problem this is and how to resolve?
Thanks,
Myong