Replies: 1 comment 3 replies
-
This is a problem with your HTTP server configuration. When running NetBox on a non-standard port, the HTTP frontend needs to pass the port number to the WSGI process. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Environment
Steps to Reproduce
Expected Behavior
Expected the URL to be of the form https://netbox-lab:8000/dcim/devices/94/
Observed Behavior
URL is missing the port, e.g. https://netbox-lab/dcim/devices/94/
Beta Was this translation helpful? Give feedback.
All reactions