mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-04-25 08:45:58 +03:00
[GH-ISSUE #1273] Can't sync file in "Manage Configs" #5134
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#5134
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 @ttrinh24 on GitHub (Jul 29, 2025).
Original GitHub issue: https://github.com/0xJacky/nginx-ui/issues/1273
Describe the bug
Can't sync configuration file to deployment node.
To Reproduce
Steps to reproduce the behavior:
Show
{\"scope\":\"validate\",\"code\":406,\"message\":\"Requested with wrong parameters\",\"errors\":{\"\":{\"name\":\"required\"}}}"Expected behavior
Sync config success, file synced across nodes.
Screenshots
Info (please complete the following information):
Additional context
@0xJacky commented on GitHub (Jul 29, 2025):
Have you tried refreshing the page? I'm unable to reproduce this issue.
@ttrinh24 commented on GitHub (Jul 29, 2025):
This happens with certain files. Renaming the file and then changing it back seems to resolve the issue, or alternatively, deleting and recreating the file also works.
@0xJacky commented on GitHub (Jul 30, 2025):
Fixed in
2d4deed, thanks for your report.