How to Resolve the Styling Issues in Embedded Dashboard After Version Upgrade
If you upgraded your Bold BI server from version v5.2 or lower, the designer and view mode popups might not be rendered properly like the following images in your embedded application. This is due to the mismatch between the Bold BI server version and the Embedded SDK CDN version (or the Embedded NPM package version).
To resolve this issue, you must use the Embedded SDK CDN of the corresponding Bold BI version.
To check the Bold BI version, refer to this help documentation. Once you know the Bold BI server version, use the Embedded SDK CDN of the same version. Find the Embedded SDK CDN of version 5.3.53 referred in the following script definition.
<script type="text/javascript" src="https://cdn.boldbi.com/embedded-sdk/v5.3.53/boldbi-embed.js"> </script>
Related links