Activities of "trendline"

Answer

@alper, I have fixed via add npm package reference in package.json in identity server project.

Answer

After upgraded to ver 3.2.0-rc.2, open the "/Account/Manage" page, get below exception: AbpException: Could not find the bundle file '/libs/cropperjs/css/cropper.min.css' from IWebContentFileProvider

@hikalkan, thanks, follow your suggestions, it be fixed.

After upgraded to v 2.4.0, when run from a module startup template, get the exception : AbpException: Could not find the bundle file '/libs/flag-icon-css/css/flag-icon.min.css' from IWebContentFileProvider

Same issue when dubug from a module startup template, AbpException: Could not find the bundle file '/libs/flag-icon-css/css/flag-icon.min.css' from IWebContentFileProvider

@alper, Great, thanks a lot.

@yekalkan, no, this a new solution based on module-pro template. it seems, it cannot get the template file from server?

Using Volo.Abp.MailKit resolved this issue.

Thanks for your help, Maliming.

yes, zero using MailKit. How to replace Volo.Abp.Mailing instead of Volo.Abp.MailKit in abp vNext?

"Settings": {
    "Abp.Mailing.DefaultFromAddress": "email-sender@mydomain.com",
    "Abp.Mailing.DefaultFromDisplayName": "email-sender",
    "Abp.Mailing.Smtp.Host": "smtp.mydomain.com",
    "Abp.Mailing.Smtp.Port": "25",
    "Abp.Mailing.Smtp.Domain": "mail.mydomain.com",
    "Abp.Mailing.Smtp.UseDefaultCredentials": "False",
    "Abp.Mailing.Smtp.UserName": "email-sender@mydomain.com",
    "Abp.Mailing.Smtp.Password": "not encrypted password",
    "Abp.Mailing.Smtp.EnableSsl": "False"
  }
Showing 21 to 30 of 41 entries
Made with ❤️ on ABP v9.1.0-rc.1. Updated on January 17, 2025, 14:13