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 | ||||||
Level | Trivial Change | ||||||
Class | Bug Fix | ||||||
Compatibility | Compatible - no manual interaction needed | ||||||
Checkmk versions & editions |
|
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.