Hi,
We are seeing multiple api calls to configuration and localization endpoints after configuring Azure SignalR in Blazor Server Application. I assume it is invoked each time we try to access a localisation text or add a permission check in the app. Please help to fix.
/api/abp/application-localization?CultureName=en&OnlyDynamics=True&api-version=1.0 /api/abp/application-configuration?IncludeLocalizationResources=False&api-version=1.0
Thanks
ABP Framework version: v7.2.2 UI type: Blazor Server DB provider: EF Core Tiered (MVC) or Identity Server Separated (Angular): yes
4 Answer(s)
-
0
Could you share a project to reproduce it? I will check it. shiwei.liang@volosoft.com
-
0
Hi,
I can't run this project, can you provide an azure SignalR connect string?
-
0
I have sent you a private email with the connection string as requested
-
0
Hi,
You can change the cache time:
Configure<AbpAspNetCoreMvcClientCacheOptions>(options => { options.ApplicationConfigurationDtoCacheAbsoluteExpiration = TimeSpan.FromMinutes(5); });