Ok, Can you share the full logs when your app started?
liming.ma@volosoft.com
You can also change to https://localhost:44338/health-status and try again. : )
hi
The default URL in appsettings.json is "HealthCheckUrl": "/health-status"
Can you try to keep it as it is?
hi
But when I change any of the translations it does not reflect in Angular.
Did you change the text on the json files?
Can you try to clear the cache(redis)?
hi
Can you try the CLI
abp get-source Volo.Abp.LeptonXTheme.Pro -v 1.0.0
hi @selcukdurann
You can send an mail to liming.ma@volosoft.com
I will check your application remotely
hi
There are some documents:
https://docs.abp.io/en/commercial/latest/startup-templates/microservice/add-microservice
: )
hi
Please set the log level to Debug and re-share the logs.
.MinimumLevel.Debug()
Thanks.
Log.Logger = new LoggerConfiguration()
.MinimumLevel.Debug()
.Enrich.FromLogContext()
.WriteTo.Async(c => c.File("Logs/logs.txt"))
.WriteTo.Async(c => c.Console())
.CreateLogger();
hi
https://localhost/ProjectName.Auth
Are you using the Virtual directories and sub application of IIS?
hi
DynamicHttpProxyInterceptor1
It seems you are using DynamicHttpProxy now. Is this what you expected?
https://docs.abp.io/en/abp/latest/API/Static-CSharp-API-Clients https://docs.abp.io/en/abp/latest/API/Dynamic-CSharp-API-Clients