Good news.
Maybe the publish has some cache mechanism, and it uses a cache version.
It copies from node_modues.
hi
You can copy the entire wwwroot from local to production.
You can remove the Configure<AbpBundlingOptions> code after fixing this.
Configure<AbpBundlingOptions>(options =>
{
options.Mode = BundlingMode.None;
});
The script in production and local is different.
It is exactly equal to the fresh new template.
Yes
when published it doesn't.
How did you publish the website?
hi
I found the problem.
The abp.js of your website/project is not up to date.
https://github.com/abpframework/abp/blob/dev/npm/packs/core/src/abp.js
Please try to update it in package.json of API/AuthServer project and re-run the abp install-libs command to update the libs.
hi
Hi, I tried the latest version, same issue
Please share this project and the steps, I will download it to test.
liming.ma@volosoft.com
Thanks