FlowFuse / node-red-dashboard-2-ui-iframe

A Node-RED Dashboard 2.0 widget that allows you to embed an iframe into your dashboard
Apache License 2.0
1 stars 0 forks source link

No Vue component found for ui-iframe - falling back to ui-template #10

Open jeryini opened 2 months ago

jeryini commented 2 months ago

Current Behavior

Installed the widget, added it to the flow and configured it (URL). After deploying changes, the dashboard does not show the iframe content and in the browser console I can see the following warning:

No Vue component found for  ui-iframe  - falling back to ui-template

The library is installed correctly, as it's marked as installed via palette manager and the iframe widget is listed under dashboard 2 widgets.

Expected Behavior

Showing the content of iframe

Steps To Reproduce

Install the widget, add it to the dashboard and deploy.

Environment

Have you provided an initial effort estimate for this issue?

I am no FlowFuse team member

joepavitt commented 1 month ago

We've just merged https://github.com/FlowFuse/node-red-dashboard/pull/1316 which fixes this in the underlying @flowfuse/node-red-dashboard package where the issue is.

We'll hopefully get it into a Dashboard release this week.