@mehmet is it possible to share the solution?
checkout the following PR https://github.com/abpframework/abp/pull/1588/files
to filter down the problem, 1 - create a new aspnet controller in your backend project 2 - create a new method in the new controller. disable auditing and authorization on this new action. 3- make a request to this new action with postman or curl or any other 3rd party ( dont use your angular client)
4 - if it's still slow . create a new Aspnet core application from scratch and follow the steps 1-3 and write me the results
4.4.1 ( releasing next week) are you on 4.3.x?
it's about adding Setting Management module
try to disable Redis if you have not done.
DbMigrator also uses IConfiguration
, see https://github.com/abpframework/abp/blob/dev/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.DbMigrator/DbMigratorHostedService.cs#L15
But ConnectionString is a special config! DbMigrator designed to be worked in distributed environments. So if your tenants have its own database then it gets the ConnectionString from database.
See https://github.com/abpframework/abp/blob/dev/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Domain/Data/MyProjectNameDbMigrationService.cs#L66
Try to read another appsettings.json value
toastui-editor is a 3rd party tool and it's out of support. could you pls ask it on its own repo?
can you explain how did you solve tempkey.jwk problem? can you run the tests in Release mode? (this will filter down to some solution)
you can reopen if your issue continues...