You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I want to display a Quicksight dashboard in one of my React page. The expiration rule for my embed urls is 30 minutes.
During this time, I would like to preserve/rerender the dashboard without issue when navigating away and back to this page.
But embedDashboard function does not allow to use the same url in its frameOptions. I did not find any tools to re-render the dasboard without calling again this embedDashboard function.
Does someone have an idea on how I can do that?
The text was updated successfully, but these errors were encountered:
paulvilledieu
changed the title
Keeping iFrame when navigating back to the page
Keeping dashboard when navigating back to the page and url is not expired
Dec 12, 2024
Hello, I want to display a Quicksight dashboard in one of my React page. The expiration rule for my embed urls is 30 minutes.
During this time, I would like to preserve/rerender the dashboard without issue when navigating away and back to this page.
But
embedDashboard
function does not allow to use the sameurl
in itsframeOptions
. I did not find any tools to re-render the dasboard without calling again thisembedDashboard
function.Does someone have an idea on how I can do that?
The text was updated successfully, but these errors were encountered: