Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
jpjust
Specialist
Specialist

Mashup not working

All,
 
I am trying to do an small mashup.
The below url I got from single configurator and when I run the below url it works fine.
 
 
Now I am trying to embed this url into html iFrame as below and called the file as index.html. I deployed the html into IIS. When I open the index.html https://server:8080/mashup/index.html. the page just keeps spinning with "unknown error" message as pop-up window.
And in the status bar of the chrome, I can see "Establishing secure connection", "Waiting for server".... but the app never opens. However when I open the index.html file on the hosted server, it works fine.
Please let me know if anyone has any idea to this issue?  Thanks
 
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Qlik iFrame Example</title>
    <style>
        htmlbody {
            height : 100%;
            width : 100%
        }
    </style>
</head>
<body>        
      <iframe src='https://server/single/?appid=65a829a4-3b2f-40d0-89fa-2c7ec585f514&sheet=faafeed9-4323-4438-a87e-33fe...' style='border:none;width:100%;height:100%;'></iframe>
   </body>
</html>
1 Reply
Akshesh_Patel
Support
Support

hi,

seems like an issue with your IIS server setup. is port 8080 is used by any other service ? and what's the error message in the developer tool?