Base solution for your next web application
Ends in:
01 DAYS
01 HRS
01 MIN
01 SEC

Activities of "aaron"

Duplicate of #6538 (comment)

Confirmed fixed in aspnetzero/aspnet-zero-core#2214.

Any error in the browser console?

Possibly fixed in aspnetzero/aspnet-zero-core#2214.

Are you running in debug mode? If so, comment out the following line:

if (DebugHelper.IsDebug)
{
    // Disabling email sending in debug mode
    // Configuration.ReplaceService<IEmailSender, NullEmailSender>(DependencyLifeStyle.Transient); // This line
}

NullEmailSender doesn't send email.

Do you have the following line?

[DependsOn(
    // ...
    typeof(AbpMailKitModule))] // This line
public class AbpZeroTemplateCoreModule : AbpModule

https://aspnetboilerplate.com/Pages/Documents/Email-Sending#mailkit-integration

Run yarn.

When would you force a cache clear on the browser? Not every time you load the page, right?

http://docs.hangfire.io/en/latest/background-methods/performing-recurrent-tasks.html

No, I mean changing Avalanche-en-GB.xml to Avalanche.xml.

No need to change elsewhere.

No, I believe you don't need.

Try removing default language suffix from XML file name.

Check the default language in settings table.

Showing 311 to 320 of 1543 entries