Device Image url on the Rack sesion has absolute url and not relative #7862

Closed
opened 2025-12-29 20:29:08 +01:00 by adam · 2 comments
Owner

Originally created by @enribla on GitHub (Apr 5, 2023).

NetBox version

v3.3.8

Python version

3.9

Steps to Reproduce

  1. Create a rack
  2. Create a device and put it on the rack
  3. go to the rack menu and select the rack
  4. click on the device. You will be redirected if you are using a proxy with a different url

Expected Behavior

the expected behaviour is to confinue with the same url, for that we need relative values for the url. If not we are going to bypass the proxy.

Observed Behavior

The url is redirected to the url behind the proxy.

Originally created by @enribla on GitHub (Apr 5, 2023). ### NetBox version v3.3.8 ### Python version 3.9 ### Steps to Reproduce 1. Create a rack 2. Create a device and put it on the rack 3. go to the rack menu and select the rack 4. click on the device. You will be redirected if you are using a proxy with a different url ### Expected Behavior the expected behaviour is to confinue with the same url, for that we need relative values for the url. If not we are going to bypass the proxy. ### Observed Behavior The url is redirected to the url behind the proxy.
adam closed this issue 2025-12-29 20:29:08 +01:00
Author
Owner

@enribla commented on GitHub (Apr 5, 2023):

Where I see the issue:

image

What I see if I inspect (absolut url):
image

@enribla commented on GitHub (Apr 5, 2023): Where I see the issue: ![image](https://user-images.githubusercontent.com/53942090/230091535-a430ef65-045c-41a3-8e0b-6418b54084b1.png) What I see if I inspect (absolut url): ![image](https://user-images.githubusercontent.com/53942090/230091695-deb80150-0830-4f2a-95c2-98f884d8bdae.png)
Author
Owner

@jeremystretch commented on GitHub (Apr 5, 2023):

This is a configuration issue. Please see this FAQ on our wiki.

@jeremystretch commented on GitHub (Apr 5, 2023): This is a configuration issue. Please see [this FAQ on our wiki](https://github.com/netbox-community/netbox/wiki/Common-Issues#rack-elevation-links-use-wrong-domain).
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#7862