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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
milesokeefe
Partner - Contributor
Partner - Contributor

qlik-embed web components with Qlik Sense Enterprise for Windows - error

Hi, I'm trying to replace our legacy qlik iframe embedding solution with the new qlik-embed solution.

 

I'm using web components, with the qlik instance being a self-hosted Qlik Sense Enterprise on Windows - version 14.187.17 - May 2024 Patch 11.

 

 

I have it setup like this:

 

in <head>:

<script
    crossorigin="anonymous"
    type="application/javascript"
    src="https://cdn.jsdelivr.net/npm/@qlik/embed-web-components@1/dist/index.min.js"
    data-host="my qlik instance url"
    data-login-uri="my qlik virtual proxy url for saml auth"
    data-cross-site-cookies="true"
></script>

 

where I show the embed:

<qlik-embed
        ui="classic/app"
        app-id="25351469-02f7-4043-9549-968d0677fd4a"
      ></qlik-embed>

 

 

based on documentation I would expect this to work, but I just get this error:

index.js:24 Qlik runtime system not found: https://<qlik instance domain>/qlik-embed/main.js

 

That URL does resolve a valid JS file.

Labels (3)
1 Reply
alex_colombo
Employee
Employee

Hey @milesokeefe could you please add your VP into data-host property and try again?