Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I am using QAP and I want to create a Mashup with virtual proxy prefix. I have created a virtual proxy for anonymous user and linked to the central node:
Now I create a new mashup in dev-hub called mash_all and then I make the following changes into mash_all.js and mash_all.html:
mash_all.js: ( I change the prefix to the name of my prefix which is /all/ )
var prefix = "all";
var config = {
host: window.location.hostname,
prefix: prefix,
port: window.location.port,
isSecure: window.location.protocol === "https:"
};
mash_all.html: ( I change the ../../ to my prefix which is /all/ )
<link href="https://community.qlik.com/all/resources/autogenerated/qlik-styles.css" rel="stylesheet">
<script src="/all/resources/assets/external/requirejs/require.js"></script>
finally I use this url to see the result:
https://<ServerName>/all/extensions/mash_all/mash_all.html
But it does show just a blank page while I have created a security rule for extensions : ((user.name="*" or resource.name="*"))
Can you please help me how to resolve it?
Thanks a lot in advanced.
Hi,
Try setting the prefix to '/all/' (including slashes). If that does not help, check the console for errors.
Erik Wetterberg