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
hi
Can you test your configuration in a new asp net core app instead of abp template?
or can you share the configuration? Then I will try to reproduce it locally.
liming.ma@volosoft.com
hi
You can add a CachedBundleDynamicFileProvider
class to solve it temporarily.
https://support.abp.io/QA/Questions/7209/404-error-because-of-inconsistent-bundle-hash-keys-across-multiple-instances-on-running-MVC-web-service-with-round-robin-setup#answer-3a12b527-36ba-b989-de9c-ad2e2aff17d9
hi
Why we change IsDynamicClaimsEnabled to false and why does it work?
The framework will create session entities if this IsDynamicClaimsEnabled is true. However on your server it fails.
Unauthorized error 2024-07-17 12:54:05.676 +03:00 [INF] Authorization failed. These requirements were not met: PermissionRequirement: Aizanoi.Countries
Please check the permission of the current user.
hi
Where is your 8.1.4 project?
You should run dotnet ef migrations add
command in your old project after upgrading to 8.2.0.