Click on deposit or reserved #13404
Replies: 3 comments 2 replies
-
Your front-end HTTP proxy config (Apache or Nginx) is incomplete - it's not proxying the hostname and port which the client supplied. There are working configs you can copy here: https://github.com/netbox-community/netbox/tree/master/contrib With Apache you're likely missing the |
Beta Was this translation helpful? Give feedback.
-
It's just when I'm in the rack, the system is normal. |
Beta Was this translation helpful? Give feedback.
-
If I put the IP works, but the images do not appear. Why is localhost defined. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
NetBox version
v3.5.7
Python version
3.11
Steps to Reproduce
When I click on devices or reservations it goes to localhost:
http://localhost:8001/dcim/devices/1/
Expected Behavior
http://192.168.2.12/dcim/devices/1/
Observed Behavior
http://localhost:8001/dcim/devices/1/
https://imgur.com/WwnYRjs.png
Beta Was this translation helpful? Give feedback.
All reactions