Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
jcampbell474
Creator III
Creator III

Qlikview - iFrame no longer working

We have a legacy site/app that just stopped working in Chrome and IE. 

The iframe src = the QV app URL, without the s (http, not https).  The page opens and it says "Loading" (the QV Loading message with a spinning circle), non-stop inside the frame.

Does anyone have an idea what happened / what's going on?

Thanks!

Jason

3 Replies
Miguel_Angel_Baeyens

Usually the never ending "Loading..." appears when there are not enough permissions (e.g.: authentication is missing or wrong, expecting anonymous but sending credentials or expecting credentials and sending anonymous) to run javascript on the folders or to access some of the folders as set in the QMC.

The process calling the iframe should be able to open the http link separately without issues, if it is not, and considering a legacy system, check then the permissions in the QMC and IIS if you are using it.


EDIT: Auth part.

Ohad
Contributor II
Contributor II

Hello guys, 

I am having the same issue.  
I am using IIS, Should I tag "Allow anonymous" in the QMC ? please let me know if it works for you. 
Or if you find another solution I would really appreciate if you can share.

Thanks,

 

Ohad
Contributor II
Contributor II

I  saw the following solution at "Stackoverflow", and it is now working.  

if you are using the chrome browser for your application: 

  1. Go to chrome://flags/
  2. Filter with "SameSite"
  3. Disable all 3 flags
  4. Refresh browser

 

https://stackoverflow.com/questions/59030096/how-to-disable-same-site-policy-in-chrome