nodel icon indicating copy to clipboard operation
nodel copied to clipboard

Web interface can fail to load on creation or before warmed up

Open justparking opened this issue 4 years ago • 0 comments

The web interface can fail occasionally when a node is first created or a node has just been started due to the host starting up.

Typically there's an error in the browser console similar to this: image

I believe there is race condition where at least one end-point is not returning valid data structure i.e. null instead of an empty list [] which is tripping up the rendering process on slower systems.

justparking avatar Nov 23 '21 23:11 justparking