1-click embed error when click back button of browser

index.html

<!DOCTYPE html>
<html>
<head>
    <title>Dashboard</title>
</head>
<body>
    <iframe
        style="width:100%; height:100%;"
        src="https://ap-northeast-1.quicksight.aws.amazon.com/sn/embed/share/accounts/1111111111/dashboards/1111-222-3333-4444-55555555?directory_alias=myproject">
    </iframe>
</body>
</html>


Case 1: home dashboard → click link another dashboard → click Back button browser → home dashboard (working fine)
Case 2: home dashboard → click action another dashboard(on visual) → click Back button browserap-northeast-1.quicksight.aws.amazon.com refused to connect.
I think because Referrer Policy: strict-origin-when-cross-origin Only sends the origin (the domain) of the referring URL, not the full path and query string.

But both link another dashboard and action another dashboard have the same URL, why does Case1 work while Case2 is encountering an error? May you help me, please?

@Max @Karthik_Tharmarajan @ArunSanthosh May you help me?

Hi @tungxen I have reached out to our team to see if they can reply to this question.

We prioritize “0 reply” questions – so this questions was missed.

Hi @tungxen

Is the source and destination Dashboard the same in both cases?
Does using a ‘Navigation Action’ instead of a ‘URL Action’ result in the same error?

Yes.

No, Navigation Action works fine. only URL Action encountering the error.
please help me!

Hello @tungxen, my apologies for the delayed response. Is this still an issue you are facing on your embedded dashboards? I was running some tests on my end to try to figure it out. I am curious, when you click the link through the url action and look at the navigation tab, are you seeing something like this appended to the request URL? -

?Operation=GetDashboard&ref=WEBSITE&embeddingFeature
Configurations=%5

Based on my experience, I think maintaining the link through the Link text box rather than the url action might just be the best route to avoid this issue. If I find any other options in my testing I will let you know!