webbukkit / dynmap

A set of Minecraft mods that provide a real time web-based map system for various Minecraft server implementations.
https://www.reddit.com/r/Dynmap/
Apache License 2.0
2.06k stars 421 forks source link

Fabric Dynmap - Block changes are registered but not automatically rendered #3849

Open RudiKleinert opened 2 years ago

RudiKleinert commented 2 years ago

Issue Description: During a project drying out an ocean monument using temporary separator walls made of sand and sponges I noticed that the map was not showing the current state of the world. I studied it together with a member of the discord support team and it seems that block changes arenot being consistently picked up or at least don't find their way into the map. The /stats and /triggerstats show all block changes as I would expect them. But the respective changes don't get rendered into the map.

RudiKleinert commented 2 years ago

I found that my map doesn't render most of the changes. It doesn't seem to be connected to sand or water but most of the changes are not automatically updated.

JurgenKuyper commented 1 year ago

were you perhaps using a proxy to see the map on your domain? could be the updates were being rendered fine, but the proxy takes time to see the changes, does it work on the direct ip?

RudiKleinert commented 1 year ago

Nope, the Server runs on a (physical) Linux machine in my house and is accessible online. I access it through my domain via the direct ip and port. So no proxy in between.

JurgenKuyper commented 1 year ago

Do you have proxying enabled on your domain?