You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2022/07/20 17:03:25 UTC

[GitHub] [superset] weitang2022 commented on issue #17187: [SIP-75] Proposal for Embeddable Dashboards

weitang2022 commented on issue #17187:
URL: https://github.com/apache/superset/issues/17187#issuecomment-1190531155

   Hi, I am able to embed superset into our website. It works fine as read-only dashboard. However, when I click "Enter fullscreen", or "Edit Dashboard" -> "Discard", it shows this error:
   ```
   {"errors": [{"message": "403 Forbidden: You don't have the permission to access the requested resource. It is either read-protected or not readable by the server.", "error_type": "GENERIC_BACKEND_ERROR", "level": "error", "extra": {"issue_codes": [{"code": 1011, "message": "Issue 1011 - Superset encountered an unexpected error."}]}}]}
   ```
   
   "Edit chart" shows a blank page.
   
   "CREATE NEW CHART" gives this error in the browser console:
   ```
   Blocked opening 'https://superset.example.com/chart/add?dashboard_id=5' in a new window because the request was made in a sandboxed frame whose 'allow-popups' permission is not set.
   ```
   
   I have given the guest role "Admin" and the rls is empty when getting the guest token. 
   
   Please keep up the great work! Hopefully, these issue can be resolved soon.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org