I'm having a heck of a time resolving what I think...
# gooddata-ui
l
I'm having a heck of a time resolving what I think it the last hurdle in my custom plugin. I've followed the readme steps outlined in the GD Plugin toolkit. It was helpful for most of the process. I ran into the issue around Content Security Policy and @Radek Novacek helped me through that. The final issue I'm having is that the plugin shows up in the GD Platform under the workspace like it should. However, when I use the GD React component
<Dashboard>
to doesn't show up. The other built-in insights do show up. So its just my custom plugin that doesn't show up. I've read through a few articles I've found. This one was helpful: https://www.gooddata.com/blog/how-to-develop-your-first-gooddata-dashboard-plugin/ however it doesn't address this problem which makes me think that either I've done something incorrectly or there is a step missing somewhere.
Local plugin development, showing the plugin doing its thing (image 1) GD Platform, viewing workspace dashboard, looks correct (image 2) Application, using <Dashboard> component, showing the built-in insights, but not my plugin (image 3) Its worth noting that if I use the
<iframe>
to show the dashboard in my application, the plugin does show up (image 4) So it really seems like its the way I'm using the GD React <Dashboard> component
j
Hi Levi, please review the following help page - https://sdk.gooddata.com/gooddata-ui/docs/dashboard_embedding.html#embedding-dashboards-with-plugins. It is for older version of SDK, however it should be applicable for newer SDK version as well. I believe this piece of information is missing in newer version of doc - we’ve already reported it internally.
🙌 1