mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-04-25 08:45:58 +03:00
[GH-ISSUE #189] 在 install 页面选择语言之后页面在 login 和 install 之间疯狂跳转 #1446
Labels
No labels
Q/A
bug
casdoor
dependencies
docker
documentation
duplicate
enhancement
help wanted
invalid
lego
platform:openwrt
platform:windows
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-ui#1446
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @leic4u on GitHub (Nov 12, 2023).
Original GitHub issue: https://github.com/0xJacky/nginx-ui/issues/189
Describe the bug
docker compose 部署,v2.0.0 beta 4。
通过
域名:9000进入面板,自动跳转 install 页面。不点注册,点切换语言。
页面就开始在 install 和 login 之间来回跳。
只能
docker restart nginx-ui,页面停止跳转,但不能刷新,刷新又开始了。运气好停在 install 页面就能注册,运气不好停在 login 页面,只能再来一次,直到停到 install 页面。
@0xJacky commented on GitHub (Nov 12, 2023):
感谢反馈,已在
ba4aeb8中修复