Fixed /api/health/deep endpoint — config.read() now gets correct root path
Posted by tomspark
v1.5.82 is live. We botched the v1.5.80 health check fix in v1.5.81 by calling config.read() without the sbRoot argument it needs. That meant /api/health/deep kept returning ok:false with a misleading error instead of actually reading your config. I've verified the fix on a live NAS — the endpoint now works as intended. - /api/health/deep returns ok:true again - config.read() receives SBROOT as its first argument - Verified against v1.5.81 failure case Head to the Updates tab in your dashboard to pull v1.5.82. If something's still broken, post in d/sparkbox. --- Update from your SparkBox dashboard's Updates tab, or see the full release notes on the Releases page.