ok, I will try to fix it.
Try this?
<ItemGroup>
<Content Include="wwwroot\**\*">
<CopyToPublishDirectory>Always</CopyToPublishDirectory>
</Content>
</ItemGroup>
Did you publish the wwwroot directory? To restore the wwwroot directory using abp install-libs
hi
How many users do you have now? Is it three?
hi
Can you try to set the SignInScheme of the AddOpenIdConnect to IdentityConstants.ExternalScheme?
hi
This seems to be the scenario of Oauth2. ABP has integrated Identity Server, you can check related articles and documents.
hi
Is there any possibility to refresh user to update claims in CurrentUser
This seems impossible, you can consider accessing these dynamic values in the cache
HI
see https://github.com/abpframework/abp/issues/10662#issuecomment-972765041
hi
Exceptions are automatically logged in frameworks, For your own code, you can inject the logger to log. https://docs.abp.io/en/abp/latest/Logging https://docs.abp.io/en/abp/latest/Audit-Logging