Loading nodes 36/37

Hi all,
I have embedded node-red within node js app. I have fallowed the instructions of Embedding into an existing app : Node-RED, I was even able to access the embedded node red for some time, i even developed some custom nodes imported them removed, disabled have performed several actions with my custom nodes, suddenly one day the editor did not load properly. It gets stuck at loading 36/37. When i try to find the cause but unable.



I have tested this in another system and node-red is running being embedded. Let me know your valuable thoughts on this issue. Thanks

After spending some quality discussions at slack core base, got the solution. Basically we need to remove the residual files from userDir, flowFile. The other way is to provide new paths in the settings object before RED.init(server,settings).

Thanks

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.