An update and another question.
My hosting provider has suggested moving my site to a different server. However, before doing that I have noticed an additional point.
My page works in Brave (a Chromium browser) on one pc on my network but not on another machine on the same network with the same browser.
Uncaught TypeError: Cannot read properties of null (reading 'getElementsByTagName')
at get (togeojson.js?ver=3.4.1:15:35)
at Object.kml (togeojson.js?ver=3.4.1:110:30)
at request.t.onreadystatechange (leaflet-ajax-geojson.min.js?ver=3.4.1:1:561)The one that does not work it throws this error in the console but the one that works, not surprisingly there are no errors at all. How can this be?
Even more puzzling the page work in Firefox on the machine that does not work in Brave but does not work on the machine where Brave does work (i.e. they are the opposite way around.
The Firefox error is similar:
Uncaught TypeError: x is null
get https://unpkg.com/@mapbox/[email protected]/togeojson.js?ver=3.4.1:15
kml https://unpkg.com/@mapbox/[email protected]/togeojson.js?ver=3.4.1:110
onreadystatechange https://edintone.com/wp-content/plugins/leaflet-map/scripts/leaflet-ajax-geojson.min.js?ver=3.4.1:1
How can this be? How to debug it further?