Redirect Host: “data/forward_scheme must be equal to one of the allowed values” when selecting Auto scheme
Opened this issue · 0 comments
vsc55 commented
Checklist
- Have you pulled and found the error with
jc21/nginx-proxy-manager:latestdocker image?- Yes
- Are you sure you're not using someone else's docker image?
- Yes
- Have you searched for similar issues (both open and closed)?
- Yes
Describe the bug
When creating or editing a Redirect Host, selecting “Auto” as the Scheme causes an error message:
data/forward_scheme must be equal to one of the allowed values
The redirect cannot be saved.
Choosing http or https works correctly, so the issue seems to be that the “Auto” option is not being accepted as a valid value.
Nginx Proxy Manager Version
2.13.1
To Reproduce
Steps to reproduce the behavior:
- Go to “Hosts” → “Redirect Hosts”.
- Create or edit a redirect entry.
- Set Scheme to Auto.
- Try saving the configuration.
- The error message appears.
Expected behavior
“Auto” scheme should be accepted or removed from the dropdown if not supported, to avoid confusion.
