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.
hi
You can check the resource from:
https://learn.microsoft.com/en-us/aspnet/core/security/docker-compose-https?view=aspnetcore-8.0 https://www.google.com/search?q=asp+net+core+docker+compose+https
hi
Try "SelfUrl": "https://{0}.authserver.domain.local:44319",
or "SelfUrl": "https://{{tenantName}}.authserver.domain.local:44319",
hi
What is the value of your options.Applications["MVC"].RootUrl
, This is the key url.
hi
You can use EF Core CLI to add a new migration file.
https://learn.microsoft.com/en-us/ef/core/cli/dotnet https://learn.microsoft.com/en-us/ef/core/managing-schemas/migrations/managing?tabs=dotnet-core-cli#add-a-migration https://learn.microsoft.com/en-us/ef/core/managing-schemas/
You should have some migration files on 8.1.4
Then you can add a new migration file after upgradeing to 8.2.0