When I access a public map without being logged in to the PRTG web interface, the map keeps constantly reloading. The issue has only occurred since I updated PRTG to version 19.1.48 or a later version.

Why does my public map keep on reloading? What can I do?


Article Comments

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.
Note: We cannot support you in implementing custom map objects.

Feb, 2019 - Permalink