Hi,
You can change the cache expiration time https://github.com/abpframework/abp/blob/rel-7.4/framework/src/Volo.Abp.AspNetCore.Mvc.Client/Volo/Abp/AspNetCore/Mvc/Client/MvcCachedApplicationConfigurationClient.cs#L55
"Cannot read properties of null (reading 'replace')" error
This is a bug from the previous version. you can upgrade your project to 8.3.3 and remove yarn.lock
then run the abp install-libs
to restore packages.
Hi,
Considering the previous token has expired, I think the user's task will fail even if it is not refreshed.
when I open only 1-2 tabs, the pages don’t reload after refreshing the access_token
Could you share some GIF images?
Hi,
We have document here, you can check it https://abp.io/docs/latest/ui-themes/lepton-x#leptonx-theme-customization
Hi,
Because the ObjectMapper
is mocked, don't have any features. It is reasonable to return a null result.
I think this is has nothing to do with ABP
Hi,
You can check this https://stackoverflow.com/questions/70402945/mocking-issue-can-not-instantiate-proxy-of-class-microsoft-aspnetcore-identity
Hi,
Sorry, but this information is not enough to reproduce the problem.
Could you please share the full steps? thanks.
BTW, I recommend you to write to the log to troubleshoot the issue.
Hi,
First, ABP only checks the license during development. When you deploy your project to the server (Production env and Release mode published), ABP doesn't check online.
because the future server will not also logged in to the commercial account.
You don't need it, like I said, ABP doesn't check license online on production env.
Hi,
I because it is difficult to implement
Users are able to log in using the ABP Angular page (these are not external users). Some of our users are external users and need to log in via SSO (external login).
How do you know which method the user should use when they are not logged in?