Hi,
I've checked the code of FilterValueAppService.cs:line 50
But it is just calling retrieving a list using its respective repository.
I've tried to run the api api/abp/application-configuration
locally and on its own, it did not (also should not) hit the code above.
Could this be related to caching used by abp?
Thanks, Jordan
Hi Liming,
Sorry for the delay, we had to obtain the logs when it happened. Attached is the link for the log.
https://drive.google.com/file/d/1SbmIA4FRPXKC4LEbAGem6TuSRbnEDP3E/view?usp=sharing
Thanks, Jordan Chen
I've checked the eShopOnAbp sample, its seems that the appsettings.json
file is preserved using localhost. I noticed that there is an appsettings.Docker.json
for some projects such as webgateway
. Is this what docker uses when building the image? Should I implement this as well when I am pushing the image to the ACR?
I've checked my ocelot.json
file, might it be something to do with the ocelot.json
file when it is trying to redirect to AccountService?
Thanks