Export Doesn't work on interface connections #2106

Closed
opened 2025-12-29 17:22:22 +01:00 by adam · 0 comments
Owner

Originally created by @a31amit on GitHub (Nov 8, 2018).

Environment

  • Python version: 3.7
  • NetBox version: 2.5-beta1

Export Button on interface-connections not working. http://${NETBOX}/dcim/interface-connections/?export

PS:
I am not using any export templates and it should default same as other models in netbox
I tried on Firefox and Chrome both to make sure there is something not wrong with the browser itself.

Steps to Reproduce

Open http://${NETBOX_SERVER}/dcim/interface-connections/
Click on Export

Expected Behavior

Should be able to download csv file

Observed Behavior

Nothing Happens. As per logs
[08/Nov/2018 05:34:38] "GET /dcim/interface-connections/?export HTTP/1.1" 200 17656
I am getting 200 return

Originally created by @a31amit on GitHub (Nov 8, 2018). <!-- NOTE: This form is only for reproducible bugs. If you need assistance with NetBox installation, or if you have a general question, DO NOT open an issue. Instead, post to our mailing list: https://groups.google.com/forum/#!forum/netbox-discuss Please describe the environment in which you are running NetBox. Be sure that you are running an unmodified instance of the latest stable release before submitting a bug report. --> ### Environment * Python version: 3.7 * NetBox version: 2.5-beta1 <!-- Describe in detail the steps that someone else can take to reproduce this bug using the current stable release of NetBox (or the current beta release where applicable). --> Export Button on interface-connections not working. http://${NETBOX}/dcim/interface-connections/?export PS: I am not using any export templates and it should default same as other models in netbox I tried on Firefox and Chrome both to make sure there is something not wrong with the browser itself. ### Steps to Reproduce Open http://${NETBOX_SERVER}/dcim/interface-connections/ Click on Export <!-- What did you expect to happen? --> ### Expected Behavior Should be able to download csv file <!-- What happened instead? --> ### Observed Behavior Nothing Happens. As per logs [08/Nov/2018 05:34:38] "GET /dcim/interface-connections/?export HTTP/1.1" 200 17656 I am getting 200 return
adam added the type: bugstatus: accepted labels 2025-12-29 17:22:22 +01:00
adam closed this issue 2025-12-29 17:22:22 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#2106