mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-04-25 16:55:56 +03:00
[GH-ISSUE #1437] 某些情况下,命名空间配置时的无法看到由配置文件添加的节点 #6575
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#6575
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 @FourLeafTec on GitHub (Nov 17, 2025).
Original GitHub issue: https://github.com/0xJacky/nginx-ui/issues/1437
Describe the bug
添加或修改命名空间时,同步节点下面无法看到由配置文件添加的节点,删除由配置文件添加的节点重新使用UI添加后也无法看到
To Reproduce
app.ini
使用NGINX_UI_NODE_SECRET和NGINX_UI_NODE_SKIP_INSTALLATION创建受管节点
进入节点菜单检查节点已经正确添加

进入命名空间中添加或编辑命名空间看到同步节点中暂无数据
Info (please complete the following information):
Additional context
在仪表盘->服务器中进入受管节点,自我检查发现
Nginx.conf 包含 sites-enabled 目录和检查 nginx.conf 是否包含 streams-enabled 的目录两项报错,修复任意一个节点后,命名空间中的同步节点就正常了对于跳过安装过程的节点,建议自动执行一下修复