-
-
Notifications
You must be signed in to change notification settings - Fork 9.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
初始化页面选择语言后,后续登录页没有保持所选语言 #6888
Comments
我试了没有复现,请看 VCR Kapture.2024-10-17.at.16.40.48.mp4/triage needs-information |
试下不用 localhost,用内网 IP 访问呢? |
@wan92hen 是否使用了 1Panel 进行代理?我之前也复现过,似乎经过 1Panel 代理之后丢失了 Set-Cookie,导致没有把 language 放在 cookie 中,但是我测试加上 https 之后就可以了,暂不清楚为什么。 |
原因是设置语言 Cookie 的时为 Cookie 添加了 Secure 属性,因此使用 ip 访问时不是 https 的会阻止 Cookie 设置,因此无法生效 |
/assign |
/remove-triage needs-information |
系统信息
使用的哪种方式运行?
Docker
发生了什么?
初始化页面选择语言后,初始化完成后跳转到登录页没有保持所选语言。
复现步骤
No response
相关日志输出
No response
附加信息
No response
The text was updated successfully, but these errors were encountered: