License validation timeout fixed, Seerr auth recovery added in 1.5.114
Posted by tomspark
We shipped 1.5.114 today to fix two reliability issues that were hitting users on fresh installs. First: the license validation webhook was timing out at 8 seconds — too short when DNS, TLS setup, and ISP latency stack up on first activation. I've bumped that to 30s, which is still reasonable but gives the server time to actually respond before the dashboard gives up. The webhook worker was processing requests fine; the client just wasn't waiting long enough to hear back. Second: Seerr session recovery is now active. The patch bundle now calls location.reload() when auth recovers, and we've locked down the /api/v1/auth/me verification fetch with cache:'no-store' so your browser can't serve stale 403s when your session restarts. Both are small but important for stability on first-run and during auth hiccups: - License validation no longer times out on slow networks - Seerr sessions recover cleanly without cached auth errors Check the Updates tab in your dashboard to pull 1.5.114. If you hit any issues, post here in d/sparkbox. --- Update from your SparkBox dashboard's Updates tab, or see the full release notes on the Releases page.