libremesh / lime-app

Geek-free Web App for setup and mantainance of Libremesh nodes built on Preact
https://libremesh.github.io/lime-app/
GNU Affero General Public License v3.0
50 stars 27 forks source link

some times a link or a node does not get the label and it wont display information #423

Open javierbrk opened 2 months ago

javierbrk commented 2 months ago

Some times a link or a node does not have "the label" and it wont display information, the popup that displays from below doesn't show up. After some refresh (F5) all links and nodes get the info and everything works ref video After some minutes the app stops responding the problem seems to be something similar, a link without label ref video Links that are in the reference state should have a label maybe indicating type and "in reference".

selankon commented 2 months ago

This is bug that happen when an exception is thrown during the render of the node, usually related to an undefined or whatever. Lets see if i can reproduce it