Activities of "maliming"

Currently the site is sitting behind a apache reverse proxy with SSL configured.

You can change to the domain name(apache domain), or use http.

Answer

hi

https://support.abp.io/QA/Questions/1400/Email-Confirmation-Token-is-always-Invalid#answer-95c7bf9b-4915-0e3b-296e-39fcbdb8672d

hi

You need to enable the LDAP login feature and configure related settings.

https://docs.abp.io/en/commercial/latest/modules/account/ldap

https://github.com/abpframework/abp/issues/10916#issuecomment-993261785

Answer

Please also configure it in the project that calls SendEmailConfirmationLinkAsync.

Answer

Do you have similar code like below?

Configure<AppUrlOptions>(options =>
{
    options.Applications["MVC"].RootUrl = configuration["App:SelfUrl"]; // "SelfUrl": "https://localhost:44303"
});

https://github.com/abpframework/abp/pull/8916

You can consider to custom the MultiTenancyMiddlewareErrorPageBuilder

Answer

hi

Good to hear

Answer

Check your app logs.

Showing 6811 to 6820 of 8477 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on November 11, 2024, 11:11