Bizzomate Google Timeline not loading

0
Hello everyone, I have implemented this widget in my Mendix app. When I run it on my local environment (Mendix Studio Pro 8.9.0) it all works fine. My problem is the chart doesn’t load in my Mendix app once integrated into Mindsphere (deployed through Cloud Foundry). Is there any dependences or limitations I am missing?
asked
1 answers
0

Hi,

i guess that the “Bizzomate Google Timeline” is trying to load some resources and they are blocked. You can check this if you have a look at the network trace. If you find something like: “Blocked due to CSP (Content Security Policy)” then you have to adopt your CSP – Settings.

You can do this in the Developer Cockpit. See also here for additional information about CSPs.
https://developer.mindsphere.io/concepts/concept-csp.html

answered