theatlantic / django-nested-admin

Django admin classes that allow for nested inlines
http://django-nested-admin.readthedocs.org/
Other
715 stars 99 forks source link

Django 4.1 nested-admin(version 4.0.2) /server-data.js is not loading. #233

Open shehantha08 opened 1 year ago

shehantha08 commented 1 year ago

Hi, In Django 4.1 nested-admin(version 4.0.2) is not loading. I have gone through the browser console and found following issues. Browser console

  1. _nested_admin/server-data.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled. /_nested_admin/server-data.js net::ERR_ABORTED 404 (Not Found)

Previously i used django 3.1 and it works fine.