Embedded Quicksight dashboard not displaying on Web platform

0

Hello, I have created account details for login via AWS Cognito to view and interact with embedded dashboards developed in Quicksight and embedded on Web platform. Embedding is successful but the dashboards are not displaying when logged in into the web app, done using Amplify. How do I fix the issue?

Also Saw this in the code: Refused to display 'https://eu-central-1.quicksight.aws.amazon.com/' in a frame because it set 'X-Frame-Options' to 'deny'.

Please help. Thanks in Advance

1 個回答
1
已接受的答案

There are a few things to check to troubleshoot the embedded QuickSight dashboards not displaying in your web app:

  1. Double check that the IAM permissions for the Cognito identity pool role allow access to QuickSight i.e. "quicksight:DescribeDashboard", "quicksight:DescribeDataSet" etc.

  2. Make sure the QuickSight reader or author ARN is authorized to view the dashboards in the embedding parameters.

  3. The error about "X-Frame-Options" suggests the QuickSight dashboard was not properly configured to allow embedding. In QuickSight go to the dashboard settings and make sure "Enable embedding" is checked.

  4. Try setting the QuickSight embedding container style to "Seamless" if it is currently "Default".

  5. Verify the region being used for embedding matches the QuickSight dashboard region.

  6. Try logging the QuickSight embedding status/errors server-side to see if any other issues are being reported.

  7. Check the browser console for JS errors during embed load.

So in summary, the key steps are confirming the IAM permissions, QuickSight embedding is enabled with seamless style, regions match, and author is authorized. Let me know if the dashboards still do not appear after verifying those!

AWS
Saad
已回答 4 個月前
profile picture
專家
已審閱 1 個月前
  • Thank you very much for the comprehensive list of solutions.

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南