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
{{ message }}
This repository was archived by the owner on Feb 1, 2026. It is now read-only.
fix: Add SESSION_DOMAIN="" to all test jobs in workflows
Cookie domain=localhost doesn't match TestClient's internal hostname,
causing cookies to not be parsed into response.cookies object.
Setting SESSION_DOMAIN="" removes the domain attribute, allowing cookies
to work with any host.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
0 commit comments