Web Dev error when selecting geofences as secondary under devices

Joystick2 years ago

On a copy of latest master, if I select geofences as secondary under devices my display turns white an I get the error as indicated below in web dev. Only debug.xml is modified on this copy of latest master.
This only happens with my current MySQL database even after deleting all geofences and clearing cache.
If I run it on a newly created MySQL database I don't get the error.
I've searched long and hard and cannot work out what in my database could be causing it.
Any ideas what or where I should be looking for the fault.

Web Dev Error:

8react-dom.production.min.js:189 
        
       TypeError: Cannot read properties of undefined (reading 'name')
    at DevicesList.js:85:52
    at Array.map (<anonymous>)
    at h (DevicesList.js:85:26)
    at DevicesList.js:99:57
    at bb (DevicesList.js:121:22)
    at To (react-dom.production.min.js:167:137)
    at Ml (react-dom.production.min.js:290:337)
    at bc (react-dom.production.min.js:280:389)
    at vc (react-dom.production.min.js:280:320)
    at gc (react-dom.production.min.js:280:180)
ps @ react-dom.production.min.js:189
Anton Tananaev2 years ago

Maybe you removed some geofence that a device was in?