I'm trying to embed a dashboard using lookerEmbedSDK in my react App.
I want to retrieve the dashboard so I can add parameters and filters based on certain user actions.
The thing is on dashboard loaded is not being triggered I don't know.
tHe dashboard is being loaded successfully and the /User endpoint is being reached and the user is getting authenticated.
This is my code
any idea why?
If this is an existing Dashboard, I would consider having the corresponding Dashboard in the Shared Folder, there is a common issue when the Dashboard or Look has not been shared previously. Second if this is an existing dashboard I believe you are missing:
.then(setupDashboard)