Many thanks. 👍
hi
Does this only happen with load-balanced?
Can you share the logs.txt
of all servers?
https://wetransfer.com/ liming.ma@volosoft.com
Thanks
hi
Thanks
We have changed the code in new version
https://github.com/abpframework/abp/issues/15530#issuecomment-1505182866 https://github.com/abpframework/abp/pull/16351
hi
You can continue to observe, If it happens occasionally, you can ignore it.
I have refunded your ticket.
Thanks.
hi
You can get source cod by ABP CLI.
> abp help get-source
ABP CLI 8.2.0
Usage:
abp get-source <module-name> [options]
Options:
-o|--output-folder <output-folder> (default: current folder)
-v|--version <version> (default: latest version)
--preview (Use latest pre-release version if there is at least one pre-release after latest stable version)
Examples:
abp get-source Volo.Blogging
abp get-source Volo.Blogging -o d:\my-project
See the documentation for more info: https://docs.abp.io/en/abp/latest/CLI
With build-in Abp Lock user method, is there an email sent to the user?
The user will not get an email when it gets locked.
hi
It's not supported at the moment, I've created an issue, we'll consider it in the next release.
https://github.com/abpframework/abp/issues/20245
hi
You can add a tenant policy. and use it in your pages
eg: https://github.com/abpframework/abp/pull/10152#issue-1007619207
options.AddPolicy("MyClaimTestPolicy", policy =>
{
policy.RequireAuthenticatedUser().RequireAssertion(handlerContext =>
{
var tenantId = handlerContext.User.FindTenantId();
return false; // false to skip
});
});
Hi
Please search for the Lepton keyword globally in your project(all csproj files) and share the search results.
Thanks