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 Windows smoke: force IPv4 on session URL + add failure diagnostics
Linux smoke passes after the auth fix, but Windows still failed. The daemon
binds IPv4 127.0.0.1 while session URLs use 'localhost', which PowerShell's
Invoke-WebRequest resolves to IPv6 ::1 first on Windows and fails to connect —
so the session-scoped /api/diff call never succeeded. Rewrite the session URL
host to 127.0.0.1 before requesting. Also print token/sessions/url/api diag on
failure so the next run is conclusive if this isn't the whole story.
0 commit comments