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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
jpjust
Specialist
Specialist

Mashup not visible in DevHub

All,

For an simple mashup, I have developed all the files using visual studio as below.

index.html

index.js

index.qext

wbfolder.wbl

When I take these files and copy to an folder (Mymashup) under Extensions folder on qliksense server, the Mymashup extension is not appearing in devhub under mashup category.

Any one has any idea?

 

 

1 Solution

Accepted Solutions
Damien_V
Support
Support

Hi @jpjust 

Did you import the mashup in the Qlik Sense management console (QMC) under "Extensions" so that it gets reference ?
In Qlik Sense Desktop, it's enough to copy to the folder, but in Qlik Sense server it needs to be imported in the QMC, you shouldn't copy the files directly to the folder.

If the issue is solved please mark the answer with Accept as Solution.

View solution in original post

3 Replies
jpjust
Specialist
Specialist
Author

I believe that all the mashup files should have the same name as the mashup folder name then dev hub detects the mashup as soon as it finds the mashup folder in the extension location on the qliksense server.

Damien_V
Support
Support

Hi @jpjust 

Did you import the mashup in the Qlik Sense management console (QMC) under "Extensions" so that it gets reference ?
In Qlik Sense Desktop, it's enough to copy to the folder, but in Qlik Sense server it needs to be imported in the QMC, you shouldn't copy the files directly to the folder.

If the issue is solved please mark the answer with Accept as Solution.
jpjust
Specialist
Specialist
Author

Ok, Thanks Damien for that information. I did not knew that.

I did compressed all the files (html,js,qext,wbl) that I saved from visual studio and exported via qmc. Then the mashup became visible in dev hub.