Werk #13985: 'debug' setting will no longer try to load a non existing JavaScript file
Component | REST API |
Title | 'debug' setting will no longer try to load a non existing JavaScript file |
Date | May 4, 2023 |
Checkmk Edition | Checkmk Raw (CRE) |
Checkmk Version | 2.3.0b1 2.2.0b7 2.1.0p28 |
Level | Trivial Change |
Class | Bug Fix |
Compatibility | Compatible - no manual interaction needed |
Enabling 'debug' in the front end setting would try to load a non minified JavaScript file. As Source Maps are used for debugging, this file is not present on the Checkmk server. The setting will no longer cause the UI to try to load the non existing file.