maptiler / tileserver-gl

Vector and raster maps with GL styles. Server side rendering by MapLibre GL Native. Map tile server for MapLibre GL JS, Android, iOS, Leaflet, OpenLayers, GIS via WMTS, etc.
https://tileserver.readthedocs.io/en/latest/
Other
2.16k stars 628 forks source link

firefox warning NS_BINDING_ABORTED in web developer tools network tab #1048

Open chesty opened 9 months ago

chesty commented 9 months ago

From my understanding, this warning doesn't cause any issues other than it looks like an error when watching requests in the network tab of the firefox web developer tools.

The warning can be squelched by setting an expires header, which I've done in nginx, but I thought I would create an issue in case you wanted to add a maxAge option in the node app. Maybe setting an expires header is a good thing in general besides the ugly firefox warning.

https://stackoverflow.com/questions/704561/ns-binding-aborted-shown-in-firefox-with-httpfox

Thanks for your work. Appreciate it.

Screenshot from 2023-11-10 20-24-32

chesty commented 9 months ago

ug. after more testing I still get the warning after setting an expires header.

I think it's just how firefox works. There's no bug or anything. I guess I'll leave it open in case you want to add an expires header anyway, if not, please close.

neoacevedo commented 8 months ago

What I see when I get this issue is some parts of the map tiles are not downloaded and rendered. But the same error is shown in Chrome.