This is still an issue with version 4.80.8 and the fix is simple (see below). Remove the asp-location="None" from the script below: <script asp-location="None" src="~/lib_npm/jquery/jquery.min.js"></script> Located in Presentation\Nop.Web\Areas\Admin\Views\Shared_AdminScripts.cshtml This was reported in 4.7 but never got into 4.8 source code. Hopefully it will be in the next source code version.