You can try to change the cookies(__tenant).
We are working on ABP-LIC-0019.
dbmigrator will only create Scopes and Applications in the template. they come from https://github.com/abpframework/abp/blob/dev/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.DbMigrator/appsettings.json#L5
So you can change the appsettings.json and reseed your client from the identity server.
The cshtml and javascript code belong Account Pro module.
You can download the module source code to test it.
The client(application) stores at OpenIddictApplications tables.
Please check the logs to see the details error ofinvalid_client
What's changes of your app.module.ts?
OK, I will confirm that.
hi
Your Question Credits Refunded
You know the abp framework is a modular system.
abp has functional modules, such as Json, multi-tenant. abp also has business modules, such as Identity, Account
There will be multiple layer modules in the business module, such as Web, Application, Domain, EF Core.
your module mostly means your startup module, usually the web/host module.
hi
Please share your code, eg BtcPaymentGateway, IPurchaseParameterListGenerator etc