henrygd / beszel

Lightweight server monitoring hub with historical data, docker stats, and alerts.
MIT License
2.86k stars 89 forks source link

update to 0.7.0 show empty page #247

Closed DragonHeart69 closed 2 weeks ago

DragonHeart69 commented 2 weeks ago

After updating to version 0.7.0, only a blank page is loaded. I tried starting with an empty data folder, but this gives the same problem. In the logs I see nothing special.

2024/11/03 12:21:53 Systems synced with config.yml

2024/11/03 12:21:53 Server started at http://0.0.0.0:8090

├─ REST API: http://0.0.0.0:8090/api/

└─ Admin UI: http://0.0.0.0:8090/_/
dkorecko commented 2 weeks ago

Same issue here, in Chrome Dev tools console, getting this:

Error loading sk Error: Unknown variable dynamic import: ../locales/sk/sk.ts
    at index-Ddqw86lM.js:50:69416
    at new Promise (<anonymous>)
    at $P (index-Ddqw86lM.js:50:69322)
    at Qc (index-Ddqw86lM.js:50:76944)
    at index-Ddqw86lM.js:50:78373

image

matsuricorp commented 2 weeks ago

Same issue for me. Tried restoring a backup and ran the update again with the same result.

henrygd commented 2 weeks ago

Sorry about that! Just released a patch in 0.7.1 that should fix it.

Let me know if it still happens.