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.

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则