mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 09:25:55 +03:00
[GH-ISSUE #4074] Strange errors in UI on 2.12..0 #2652
Labels
No labels
awaiting feedback
bug
cannot reproduce
dns provider request
duplicate
enhancement
enhancement
enhancement
good first issue
help wanted
invalid
need more info
no certbot plugin available
product-support
pull-request
question
stale
troll
upstream issue
v2
v2
v2
v3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-proxy-manager-NginxProxyManager#2652
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 @itsbhanusharma on GitHub (Oct 16, 2024).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/4074
Checklist
jc21/nginx-proxy-manager:latestdocker image?Describe the bug
I'm receiving strange message "data/value must match exactly one schema in oneOf" across the UI on many pages.
Nginx Proxy Manager Version
v2.12.0
To Reproduce
Steps to reproduce the behavior:
Another area where this error Persists is 'settings > default site'
Expected behavior
Options should behave as expected.
Screenshots
Screenshots attached below repro steps.
Operating System
Additional context
N/A
@spearox commented on GitHub (Oct 16, 2024):
Same for me with default site.

@CRASH-Tech commented on GitHub (Oct 16, 2024):
+1
@Nephiel commented on GitHub (Oct 16, 2024):
Same here on a new deployment, just using a custom Docker network, IPv6 disabled, and healthcheck enabled.

@Nephiel commented on GitHub (Oct 16, 2024):
backend/schema/components/setting-object.json:From
frontend/js/app/settings/default-site/main.ejsthe values can be "congratulations", "404", "444", "redirect", "html".The issue happens with values "404" and "444", probably because they match several types.
Shouldn't it be
anyOfrather thanoneOf? See https://github.com/NginxProxyManager/nginx-proxy-manager/pull/1366backend/schema/components/redirection-host-object.jsonit appears to be missing
autoin the enum.