Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
Hey @milesokeefe could you please add your VP into data-host property and try again?