Activities of "maliming"

hi

How do we reproduce this?

Can you share some code.

hi

You can use NullEmailSender to implement IEmailSender. So the email will not be sent.

context.Services.Replace(ServiceDescriptor.Singleton<IEmailSender, NullEmailSender>());

Remove the EmailingPageContributor from SettingManagementPageOptions, then the email setting UI will be hidden

Configure<SettingManagementPageOptions>(options =>
{
    //options.Contributors.Remove EmailingPageContributor
});

hi

From the error message/stack, it seems unrelated to the abp framework.

Can you try to run app via dotnet run command to see if there still have any error messages in the logs.

Thanks.

hi

Can you share a test project?

Thanks

liming.ma@volosoft.com

Great : )

ok, I have refunded your ticket.

hi

WebAssemblyStyleFiles(GlobalStyles) is preparing for blazer wasm.
It requires @rendermode="InteractiveAuto".

You are using the InteractiveServer, It doesn't need the wasm library.

请创建一个新问题,并分享Debug日志. 谢谢

Please share the full CastandCrew.PSLWeb.SaasService.Contracts.csproj file content.

hi

You can follow this article.

https://abp.io/community/articles/how-to-override-localization-strings-of-depending-modules-ba1oy03l

https://github.com/abpframework/abp-samples/tree/master/DocumentationSamples/ExtendLocalizationResource

Showing 831 to 840 of 8472 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on November 11, 2024, 11:11