hi
The ApplicationConfigurationDtoCacheAbsoluteExpiration
of AbpAspNetCoreMvcClientCacheOptions
is 300 seconds by default.
You can consider changing it to shorter. eg: 3 seconds.
ok, I will confirm that.
hi pierremih
Blazor wasm or blazor server?
hi
Some services are injected the Volo.Abp.Identity.IdentityUserManager
so your own will not work.
hi
You can try to replace the AbpSignInManager
and IdentityUserManager
and IdentityRoleManager
.
https://docs.abp.io/en/abp/latest/Customizing-Application-Modules-Overriding-Services
hi
We can't handle the tenant-create event on the account module, but we can add an IDistributedEventHandler<TenantCreatedEto>
on the template project to get admin user of a tenant and send the mail.
hi
Failure sending mail. ---> System.Net.Sockets.SocketException (10013): An attempt was made to access a socket in a way forbidden by its access permissions.
You can use this sample to test your email configuration.
https://github.com/abpframework/abp-samples/tree/master/EmailSendDemo
hi
Volo.Abp.Http.Client.AbpRemoteCallException: Forbidden
Check the logs of API website.