You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you so much for making this re-usable libs, which really save our time.
I am building Qlik Sense Mashup, i have copied the 'qdt-react-website-master' to my local and updated the below configuration, which works fine in localhost:8080 and qlik sense desktop. but it is not working when it is deployed to dev-hub cloud.
I am getting below errors:
My configuration looks below:
`import QdtComponents from 'qdt-components';
Hello, @bandana2 and @jeffersonshibuya
While this issue is nearly 3 years old, were you ever able to use QDTComponents with Qlik Cloud (SaaS) and if so, we would be very interested in understanding what has to be done to get it to work.
Thank you so much for making this re-usable libs, which really save our time.
I am building Qlik Sense Mashup, i have copied the 'qdt-react-website-master' to my local and updated the below configuration, which works fine in localhost:8080 and qlik sense desktop. but it is not working when it is deployed to dev-hub cloud.
I am getting below errors:
My configuration looks below:
`import QdtComponents from 'qdt-components';
const useUniqueSessionID = Math.random().toString(32).substr(2, 8);
const deployOptions = 'qlik';
const options = {
config: {
host: deployOptions === 'react' ? 'localhost' : window.location.hostname,
secure: deployOptions === 'react' ? false : window.location.protocol === 'https:',
port: deployOptions === 'react' ? 4848 : window.location.port,
prefix: '',
appId: '54ba6993-1558-42ab-9981-7ae205a30242', // Helpdesk
},
connections: {
vizApi: true,
engineApi: true,
useUniqueSessionID,
},
};`
The text was updated successfully, but these errors were encountered: