Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

qdt-components are throwing errors after deploying to Qlik sense cloud #249

Open
bandana2 opened this issue Feb 2, 2021 · 2 comments
Open

Comments

@bandana2
Copy link

bandana2 commented Feb 2, 2021

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:

image

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,
},
};`

@jeffersonshibuya
Copy link

@bandana2 did you find a solution? I'm also having some issues with qdt-components and Qlik cloud

@wow0609
Copy link

wow0609 commented Jan 23, 2024

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.

Thanks for any information you can provide!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants