Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I can not create barchart visualizations since the latest update to June 2019 (from february 2019).
the Chart is created using an Aurelia frontend with the Visualzation API and a chart definition with the hypercube data, like this:
let myChartDef = { "qHyperCubeDef": ... }; // the barchart definition
this._qApp.getApp().visualization.create("barchart", [], myChartDef).then((visual) =>
{
visual.show("diagram-viewport");
});
Then I get the following 404:
GET <a href="http://10.0.0.70/qlik/resources/chunks/vendors~@qlik/bar-chart-ext~extensions/qliktech/boxplot~extensions/qliktech/distributionplot~extensi~ebaad128.12af0ccc6ff5675ae9c8.js" target="_blank">http://10.0.0.70/qlik/resources/chunks/vendors~@qlik/bar-chart-ext~extensions/qliktech/boxplot~extensions/qliktech/distributionplot~extensi~ebaad128.12af0ccc6ff5675ae9c8.js</a> net::ERR_ABORTED 404 (Not Found)
And the resulting error:
Uncaught (in promise) Error: Loading chunk 4 failed.
(error: <a href="http://10.0.0.70/qlik/resources/chunks/vendors~@qlik/bar-chart-ext~extensions/qliktech/boxplot~extensions/qliktech/distributionplot~extensi~ebaad128.12af0ccc6ff5675ae9c8.js" target="_blank">http://10.0.0.70/qlik/resources/chunks/vendors~@qlik/bar-chart-ext~extensions/qliktech/boxplot~extensions/qliktech/distributionplot~extensi~ebaad128.12af0ccc6ff5675ae9c8.js</a>)
at Function.e (eval at globalEval (aurelia.js:NaN), :7:4909)
at f (qlik-module.f17807b4f196771ca4f2.js:8)
at qlik-module.f17807b4f196771ca4f2.js:8
at new Promise ()
at Object.m [as loadExtension] (qlik-module.f17807b4f196771ca4f2.js:8)
at f (qlik-module.f17807b4f196771ca4f2.js:8)
at ExtensionType.e [as getExtensionType] (qlik-module.f17807b4f196771ca4f2.js:8)
at Object.n [as getExtensionType] (qlik-module.f17807b4f196771ca4f2.js:8)
at Object.s [as createProperties] (qlik-module.f17807b4f196771ca4f2.js:8)
at qlik-module.f17807b4f196771ca4f2.js:8
This only happens while rendering barcharts, other visualizations like linecharts are still working.
Before the updade from the february 2019 version everything worked fine.
Does anybody have/had simmilar issues?
Best greetings,
Jens
This could happen if there is an older version cached somewhere. Have you cleared the browser cache? Does this happen on all browsers and all clients?
Unfortunately this is no cache problem. I testet in Chrome, Firefox and even IE is having the same issue (with cleared cache).
I also tried to create a new Barchart in Qlik Sense Hub and used it's Hypercube definition to create it via the visualization API, but got the same issue.
I have the same issue with june 2019: `/meteor/resources/chunks/qlik-module.f17807b4f196771ca4f2.js` not found. in which meteor is my virtual proxy.
already cleared cache and cookies etc with chrome.
This might be something for R&D to look into. Please file a bug report on this one.
Sorry for the delay, I found the failure in my case. Some of the new chunks that have to be provided were filtered by our webserver because of theire name.
I just fixed this and everything works now on June2019 update.
Hi,
Any update on this case? We are also facing issue with Bar charts in our mashup. We have to clear our browser cache multiple times to load all the bar charts of our dashboards which is very annoying sometimes.
Regards,
Tauceef