CalculateContentRootFolder Only for development periods.
https://github.com/aspnetboilerplate/aspnetboilerplate/issues/4433
This should be related to jquery-validation or html etc.
You can goole search to see.
Try adding the following code to the scriptMappings at the bottom of bundles.json
{
"outputFolder": "lib/jquery-validation/dist/localization/",
"input": [
"node_modules/jquery-validation/dist/localization/*.js"
]
}
Rerun npm run create-bundles
You can debug it locally and see if it returns correctly.
aspnet-core\src\MyCompanyName.AbpZeroTemplate.Web.Mvc\wwwroot\lib\jquery-validation\dist\localization\messages_nl.js
https://github.com/aspnetzero/aspnet-zero-core/blob/f72d4bf9ced778e06265f1c415a8553b10cbaf3d/aspnet-core/src/MyCompanyName.AbpZeroTemplate.Web.Mvc/Resources/ScriptPaths.cs#L24
https://github.com/aspnetzero/aspnet-zero-core/blob/885c7b5abedd4995be15e8d70229995402ab96cd/aspnet-core/src/MyCompanyName.AbpZeroTemplate.Web.Mvc/Areas/AppAreaName/Views/Layout/_Layout.cshtml#L147
https://github.com/aspnetzero/aspnet-zero-core/blob/91534ec41a91da2dbd3543e6084f88e6498664a5/aspnet-core/src/MyCompanyName.AbpZeroTemplate.Web.Mvc/Views/Account/_Layout.cshtml#L108
see https://github.com/aspnetzero/aspnet-zero-core/issues/367#issuecomment-321570835
Please share your upload and download code.
PowerTools can only use projects downloaded from the aspnetzero website.
see: https://github.com/aspnetzero/aspnet-zero-core/issues/1516 https://github.com/aspnetzero/aspnet-zero-core/issues/1497
For the non-asp net core project it is here: https://github.com/aspnetzero/aspnet-zero/blob/1a7928cd893a8793c35c34e292597ae1288fd177/src/MyCompanyName.AbpZeroTemplate.Web/App/common/views/users/index.js#L90
So far we can only subscribe to posts, but will add in the future.