This article applies to PRTG Network Monitor 19.1.48 or later
Fixing Constantly Reloading Public Maps
If you encounter public maps that are reloading all the time with a flashing error window after you updated PRTG from version 18.4.47 or previous but the map works fine if you are logged in to the PRTG web interface, the issue is probably caused by a custom map object.
The Data Tables map object Alarms (gauges) had a bug that became visible because of some other improvements we made for maps with PRTG 19.1.48. The bug in the standard map object is already fixed, but if you used the code of this object for a custom map object and have it on a public map, you will encounter the issue with reloading maps.
Solution
You have three options now:
- As quickest solution, remove your custom map object that uses alarm gauges from your map, or do not access affected maps without being logged in.
- Create your custom map object anew and use the code of the Alarms (gauges) object that is delivered with PRTG 19.1.48 as template.
- Add data-mapobj=”true” to the plugin_<@itemid> div section in the code of your map object. Note: This solution might work, but not in every case.
Add comment