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.

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ