Background tasks site returns 404 #4761

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

Originally created by @rodvand on GitHub (Apr 14, 2021).

Originally assigned to: @jeremystretch on GitHub.

NetBox version

v2.11-beta1

Python version

3.8

Steps to Reproduce

  1. Go to Profile -> Admin
  2. System -> Background tasks

Expected Behavior

Expected to see the background tasks site.

Observed Behavior

Page not found error.

Originally created by @rodvand on GitHub (Apr 14, 2021). Originally assigned to: @jeremystretch on GitHub. ### NetBox version v2.11-beta1 ### Python version 3.8 ### Steps to Reproduce 1. Go to Profile -> Admin 2. System -> Background tasks ### Expected Behavior Expected to see the background tasks site. ### Observed Behavior Page not found error.
adam added the type: bugstatus: acceptedbeta labels 2025-12-29 19:20:11 +01:00
adam closed this issue 2025-12-29 19:20:11 +01:00
Author
Owner

@rodvand commented on GitHub (Apr 14, 2021):

It works if I downgrade Django to 3.1.8.

@rodvand commented on GitHub (Apr 14, 2021): It works if I downgrade Django to 3.1.8.
Author
Owner

@jeremystretch commented on GitHub (Apr 14, 2021):

Nice catch! Looks like a catch-all URL pattern was added to the default Django admin site in 3.2. Rearranging our own URL patterns should fix it.

@jeremystretch commented on GitHub (Apr 14, 2021): Nice catch! Looks like a [catch-all URL pattern](https://github.com/django/django/commit/ba31b0103442ac891fb3cb98f316781254e366c3#diff-0b9b76020bca57d146eddea5c47e1e6a99744ce287a365e18a0d7685dd268f18) was added to the default Django admin site in 3.2. Rearranging our own URL patterns should fix it.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#4761