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
hi
As far as I know, swagger cannot customize request parameters.
hi
It could be browser cache or you can try to use hot reload.
https://learn.microsoft.com/en-us/aspnet/core/test/hot-reload?view=aspnetcore-7.0