Accessing the plugs section makes the page blank

Hello,

I have been having an issue with the plugs section of the phoscon app.
Whenever I click on the section my page goes blank until I relogin (see image below).
I want to clarify, this only happens with the plugs section.

When I open the web tools console of my browsers (chrome, edge, firefox, opera), I get the following error message:

Uncaught TypeError: Cannot read properties of null (reading 'indexOf')
    at plugs.js?479570506723:3:220
    at underscore-min.js?479570506723:5:2851
    at m.each.m.forEach (underscore-min.js?479570506723:5:2350)
    at m.filter.m.select (underscore-min.js?479570506723:5:2828)
    at n.filter (backbone-min.js?479570506723:1:774)
    at plugs.js?479570506723:3:178
    at createPlugFromLight (plugs.js?479570506723:3:292)
    at addLight (plugs.js?479570506723:3:601)
    at m.each.m.forEach (underscore-min.js?479570506723:5:2350)
    at n.forEach (backbone-min.js?479570506723:1:774)

My deCONZ is deployed via Docker on RPI4 with gateway version 2.24.2.

Same here with 2.24.0:

Uncaught TypeError: Cannot read properties of null (reading 'indexOf')
    at plugs.js?946589:3:220
    at underscore-min.js?946589:5:2851
    at m.each.m.forEach (underscore-min.js?946589:5:2350)
    at m.filter.m.select (underscore-min.js?946589:5:2828)
    at n.filter (backbone-min.js?946589:1:774)
    at plugs.js?946589:3:178
    at createPlugFromLight (plugs.js?946589:3:292)
    at addLight (plugs.js?946589:3:601)
    at m.each.m.forEach (underscore-min.js?946589:5:2350)
    at n.forEach (backbone-min.js?946589:1:774)

I can go back with previous page in browser with no error. Going forward to plugs sections i get the blank page again.