0
meiyuan@surer.sg created
- ABP Framework version: v4.3
- UI type: Angular (web) / MVC (identity)
- DB provider: EF Core
- Tiered (MVC) or Identity Server Separated (Angular): yes
- Exception message and stack trace: NA
- Steps to reproduce the issue:" visit /Abp/ApplicationConfigurationScript
We are hosting our app on Azure. We setup Alert on slow response and we realise that many times (although not consecutively) the respond time of /Abp/ApplicationConfigurationScript can be as long as 10-30 sec. It there any reason why? Could this be some symptom of some underlying problem?
3 Answer(s)
-
0
Make sure your redis server is up and have correct configurations in your application.
-
0
Hi
redis is definitely up, possible to elaborate what do u mean by "correct configuration"?
-
0
Your applications appsettings.json
Redis
section has the configuration for redis connection. You may have forgotten to update it, or if you are running on containers; you may need to configure differently.Also, can you share the related application logs?