bug: SameSite=Lax prevents coder_subdomain_app_session_token being properly set #17723
Open
1 task done
Labels
needs-triage
Issue that require triage
Is there an existing issue for this?
Current Behavior
I have the following setup:
Coder runs at https://coder.mysite.com
Wildcard access URL at *.mysite.org
I use code-server with the Flutter extension (Dart-Code.flutter).
It has a Flutter Sidebar pane which doesn't work, showing up:
coder.mysite.com redirected you too many times.
Relevant Log Output
Expected Behavior
The content of the pane can show up.
This can likely be done by setting SameSite=None.
Steps to Reproduce
CODER_SAMESITE_AUTH_COOKIE
tonone
and it doesn't take effect (the Set-Cookie still has SameSite=Lax).Environment
Additional Context
I have tested this on the latest version, The issue occurs consistently
The text was updated successfully, but these errors were encountered: