Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Problem Integrating Qlik into IFRAME

I'm trying to integrate a Qlik app into an Angular 7 app, via IFRAME, without luck.

 I have followed all the instructions, providing a correct URL:

 <iframe src="https://dvw-qlik-tai-01.sassc.com/sense/app/0f10d58b-c6d0-4faa-b5e2-4fe9ed203a2a/sheet/b63dcde5-61b0-443a-b811-46c393f56f4c/state/analysis">
</iframe>

The URL opens the qlik app fine in a separate browser page, but not inside the IFRAME.

When inside the IFRAME, the page starts loading, and falls into some sort of infinite load loop. No errors are produced in the browser console or on HTTP level, it just loads at fast speed, non-stop, till the server gives up a minute later.

Since I'm not getting any error, I don't know where to even look at.

Environment: Angular 7 + CLI, Node.js v11, Windows 10, Qlik Sense Server: v12.36.3, Chrome v70.

 UPDATE

Turns out, it is working in Firefox, but not in Chrome. Even more strange... Not sure what to make of it.

 Also, the issue is not related to Angular. When I paste that IFRAME into a bare HTML page, and just open it in a browser, works in Firefox, but in Chrome it goes into an infinite load loop.

 I also noticed 302 responses to the following GET requests in Chrome: https://dvw-qlik-tai-01.sassc.com/internal_windows_authentication/?reloadUri=https%...

 

Labels (2)
2 Replies
subexlimited
Partner - Contributor II
Partner - Contributor II

Hi,

Did you find any solution to this issue?

 

EliGohar
Partner - Creator III
Partner - Creator III

Hi @Anonymous 

Any chance that you access the page that includes the iframe using :

HTTP://localhost/ ?

I had similar issues with an infinite loop of Qlik App.

When I tried accessing with hostname -  HTTP://<Hostname> then it worked.

BTW - updating the chrome version solved this issue for good.