You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SSE endpoint crash — ReferenceError: req is not defined on every /api/events
connection. The parameter _req was referenced as req in the close handler,
causing Express to return a 500 error after writing the initial :ok heartbeat.
This caused the kiosk to show :ok on a black screen. (closes #104)
Server version mismatch — package.json was stuck at 2.1.6 since the pre-v2.2.0
era. The add-on store reported 2.3.0 but the server claimed v2.1.6 in boot logs, /api, and /healthz. Both now correctly report 2.3.1.