GlennRicaud / data-toolbox-app

Apache License 2.0
10 stars 1 forks source link

Better error report logging #85

Open sigdestad opened 1 month ago

sigdestad commented 1 month ago

On rare occations (probably due to some inconsistency in node repo) performing a search with data toolbox will produce an error "Cannot get property "_id" of null" in the UI.

In the log, the error looks like this:

(/lib/util.js) Error while querying nodes: Cannot get property "_id" of null

It would be very helpful if the log could contain the actual ID of the node it is trying to load.

GlennRicaud commented 1 month ago

I will update with more info 👍