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
fix(service): boot persistence and SW auth reliability
Fix pm2 startup hook never being installed — pm2 startup exits 1
by design, so execFileSync threw and the sudo command was lost.
Now parses stdout from the error and passes PATH as a proper
argument to avoid breakage with spaces in PATH.
Fix service worker no-response errors on /api/ routes by removing
the explicit NetworkOnly interception — unmatched requests fall
through to the browser natively.
Fix getConfig localStorage cache poisoning where a stale
no-password cache could bypass auth on a password-protected server.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments