Skip to content
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

修改证书续期间隔数值报错 #446

Closed
kekylin opened this issue Jul 22, 2024 · 1 comment
Closed

修改证书续期间隔数值报错 #446

kekylin opened this issue Jul 22, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@kekylin
Copy link

kekylin commented Jul 22, 2024

操作步骤:点击偏好设置——证书续期间隔,将默认数值7改为其他任意数值后,点击保存,弹窗提示错误信息“Cannot read properties of undefined (reading 'getBannedIPs')”。

部署方式:docker compose
部署参数:
services:
nginx-ui:
stdin_open: true
tty: true
container_name: nginx-ui
restart: always
network_mode: host
environment:
- TZ=Asia/Shanghai
volumes:
- '/opt/docker/nginx-ui/nginx:/etc/nginx'
- '/opt/docker/nginx-ui/ui:/etc/nginx-ui'
- '/opt/docker/nginx-ui/logs:/var/log/nginx'
- '/opt/docker/nginx-ui/www:/var/www'
image: 'uozi/nginx-ui:latest'

QQ截图20240722212348

@kekylin kekylin added the bug Something isn't working label Jul 22, 2024
0xJacky added a commit that referenced this issue Jul 22, 2024
@0xJacky
Copy link
Owner

0xJacky commented Jul 22, 2024

已修复,会在 beta.27 发布

@0xJacky 0xJacky closed this as completed Jul 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
Development

No branches or pull requests

2 participants