nginx-proxy-manager icon indicating copy to clipboard operation
nginx-proxy-manager copied to clipboard

Fix Bug in Redirection Host Schema preventing auto redirection hosts

Open cal-tec opened this issue 3 months ago • 7 comments

This commit fixes bug's #4692 and #4080 A previous attempt to fix this issue ( commit d96a398 ) referenced the wrong string from the ui.

cal-tec avatar Aug 31 '25 23:08 cal-tec

Docker Image for build 1 is available on DockerHub:

nginxproxymanager/nginx-proxy-manager-dev:pr-4751

[!NOTE] Ensure you backup your NPM instance before testing this image! Especially if there are database changes. This is a different docker image namespace than the official image.

[!WARNING] Changes and additions to DNS Providers require verification by at least 2 members of the community!

Can anyone merge this?

Spacelord09 avatar Oct 25 '25 21:10 Spacelord09

Hello @jc21 are you the right person to review / merge this?

ebirbe avatar Oct 26 '25 00:10 ebirbe

I'm running into this issue with redirection hosts as well. Hoping this will fix the problem, if we can get the change merged?

spotter-mmf avatar Oct 31 '25 15:10 spotter-mmf

Can you test with the new react UI:

nginxproxymanager/nginx-proxy-manager-dev:develop

and let me know if it's still an issue?

jc21 avatar Nov 02 '25 22:11 jc21

Works without an issue for me in that build!

spotter-mmf avatar Nov 03 '25 15:11 spotter-mmf

#4692

Spacelord09 avatar Nov 05 '25 20:11 Spacelord09

I've fixed this differently, by using auto for the UI and db column and rendering $scheme in the nginx config.

The reason for this: I don't like the idea of having this value being set in the nginx config directly from database data without any validation. I also don't like using dollar variables as values.

jc21 avatar Nov 11 '25 04:11 jc21

Thanks for your contribution though! I do appreciate the effort!

jc21 avatar Nov 11 '25 04:11 jc21