Replies: 3 comments 3 replies
-
I am also facing exactly the same issue. @brtwrst did you ever find a solution? |
Beta Was this translation helpful? Give feedback.
-
I did not. |
Beta Was this translation helpful? Give feedback.
-
@brtwrst and anyone else who finds this thread in future: I found a workaround! This issue only occurs with Proxy Hosts in NPM that have custom locations defined. The workaround is to remove the custom location declaration in the GUI and instead declare it manually in the 'Advanced' tab of the host like this:
Just replace
Link to thread that helped me find the solution. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey,
I use NPM as a reverse proxy for several other docker containers.
When one or more of the upstream containers is not running when NPM is started/restarted, the NPM container will get stuck in a reboot loop with the following error.
(simulated it by running
docker stop bitwarden
before restarting NPM)This is a bit unfortunate, because in this state, you also can't access the web interface to disable the "missing" proxy host.
Is there any way to make NPM ignore unavailable upstream containers and boot up regardless?
EDIT:

Some more testing shows me that it only happens for containers that have "custom locations".
So the above error seems to be related to the custom location I have set up for this host:
Here are the settings for the proxy host itself:

Beta Was this translation helpful? Give feedback.
All reactions