amazon-quicksight-embedding-sdk icon indicating copy to clipboard operation
amazon-quicksight-embedding-sdk copied to clipboard

On load callback never gets triggered for dashboards with QuickSightConsole instead of Dashboard

Open alexgurr opened this issue 1 year ago • 1 comments

The onload call back works correctly with URLs that are specific dashboard URLs, but when the URL is generated with an API payload (server side) with this:

QuickSightConsole: {
	InitialPath: '/start/dashboards'
}

instead of

Dashboard: {
	InitialDashboardId: 'dashboard id'
}

the client side SDK will never call the callback.

alexgurr avatar Nov 15 '22 05:11 alexgurr