Page 1 of 1

Zigbee2mqtt GUI does not work any more.

Posted: Wednesday 06 October 2021 22:13
by EddyG
For mysterious reason the GUI of zigbee2mqtt service does not work any more. I got these errors in Chrome (Edge is the same) and empty screen.

Code: Select all

DevTools failed to load source map: Could not load content for http://192.168.2.239:8081/runtime.3296ac9a5caef629c7d6.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
192.168.2.239/:1 GET http://192.168.2.239:8081/scripts/vendor.00cfd74d45f5998227f4.js net::ERR_ABORTED 404 (Not Found)
192.168.2.239/:1 GET http://192.168.2.239:8081/main.00c7a6f56d7119e5fb75.js net::ERR_ABORTED 404 (Not Found)
DevTools failed to load source map: Could not load content for http://192.168.2.239:8081/main.da3a1c05cca44e372167.css.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
DevTools failed to load source map: Could not load content for http://192.168.2.239:8081/scripts/vendor.109be7bda8112bf971cc.css.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
I search the Internet but could not find a solution. And yes I also cleared ALL caches, even reinstalled Chrome.
Does anybody have the solution?

Re: Zigbee2mqtt GUI does not work any more.

Posted: Thursday 07 October 2021 6:40
by EddyG
Got it working again by setting a snapshot back from just after my previous update, remove the node_modules directory completely and do a npm ci
After that and starting the zigbee2mqtt service everything went back to normal and the GUI worked as it should.