You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On first attempt at loading a subgraph I still get the orange 'Loading...' header bar that hangs. Eventually I get the following error in the browser console:
WebSocket connection to 'wss://api.flowhub.io/primus/?_primuscb=1425952125910-1' failed: Error in connection establishment: net::ERR_NAME_NOT_RESOLVED
However, now if I refresh, the subgraph I was attempting to load is visible, and then navigating back and even opening other subgraphs and components seems to work fine.
The text was updated successfully, but these errors were encountered:
I'm not sure if totally related, but when trying to connect to a nodejs runtime with new or changed components, the components on noflo-ui didn't get updated as expected.
As far as I remember, the steps to reproduce are:
Pull the same repository on noflo-ui and on git CLI
Setup the nodejs runtime on your local repository
Change some component source code on the local repository
Connect noflo-ui (Flowhub) to the runtime
Changes made on component source code should be reflected on noflo-ui but they're not
Specially things like components inport/outports lack updates, but also new components itself are not created on noflo-ui.
Potentially related (similar behavior) to: #455
On first attempt at loading a subgraph I still get the orange 'Loading...' header bar that hangs. Eventually I get the following error in the browser console:
However, now if I refresh, the subgraph I was attempting to load is visible, and then navigating back and even opening other subgraphs and components seems to work fine.
The text was updated successfully, but these errors were encountered: