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.
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
Please also configure it in the project that calls SendEmailConfirmationLinkAsync
.
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
Check your app logs.