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
_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)
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
Previously i used django 3.1 and it works fine.