Category / Section
How to resolve "BoldBI Embedded: Item details not found" Error in Embedded application?
Published:
When embedding a dashboard through JavaScript embedding, you may encounter the following error:
BoldBI Embedded: Item details not found
This error typically occurs when the ‘dashboard ID’ passed in your embed application is not available in the Bold BI server application. To resolve this issue, follow the steps below:
Step 1: Get the dashboard ID
- Visit the Bold BI server application.
- Locate the dashboard you want to embed in your application.
- Refer to the Get Dashboard Link documentation to obtain the dashboard ID.
Step 2: Update the dashboard ID in your Embedded Application
- Open your Embedded application.
- Locate the code where you are embedding the dashboard.
- Replace the existing dashboard ID with the correct ID obtained from the Bold BI server application.
After updating the dashboard ID, the error should be resolved, and the dashboard should render correctly in your embedded application.