volkszaehler / mbmd

ModBus Measurement Daemon - simple reading of data from ModBus meters and grid inverters
BSD 3-Clause "New" or "Revised" License
224 stars 81 forks source link

Web frontend is no longer working on current Chromium based browsers #345

Closed sicheste closed 2 months ago

sicheste commented 2 months ago

Hi,

on Chromium based browsers (e.g MS Edge, Google Chrome, DuckDuckGo app) the web frontend is no longer working. It is only showing "Loading..." for the measurements and that's it.

I cannot tell since when exactly or since which version it is no longer working. I am not using it so often.

SchumacherFM commented 2 months ago

Try this branch if you can self compile https://github.com/volkszaehler/mbmd/pull/342 the bug is here fixed https://github.com/volkszaehler/mbmd/pull/341/files

mbmb

sicheste commented 2 months ago

Yes, #341 is solving the issue. Thanks.