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...
the patch release 4.4.1 will be released next week. @maliming is this issue fixed in the 4.4 branch?
see my Gist https://gist.github.com/ebicoglu/543928d2dec68ce4fc0ddf25b8e39bac
this error looks like specific to you. did you change the this file manually
%UserProfile%\.abp\suite\appsettings.json
if yes, rename it to appsetting.backup.json
and try to add your solution again.