Activities of "maliming"

hi

Please try to remove the dummyClientSecret from oAuthConfig

hi

The old need two --

You can logout first.

abp logout. abp new XAKTme -t app -dbms PostgreSQL -th basic -csf -nsl -nkc -smr --old

hi

The row data exists on the OpenIddictApplications table.

Please also share the DbMigrator/appsettings.json in the DbMigrator project.

Thanks.

hi

The GetResponseHeadersCoreAsync method seems to be your code.

Is the localhost:38271 started?

For the CmsKit Pro module, you should add all modules to your solution.

Application, Domain, EF core. and then add new ef core migration.

hi

I haven't received the mail.

Can you share it by https://wetransfer.com/

Thanks.

hi

Can you pass the -t app options when using CLI to create a new template project?

abp new Acme.BookStore -t app --old

https://abp.io/docs/latest/cli/differences-between-old-and-new-cli

: )

hi

The API is standard HTTP.

So you can call the API endpoint to get an access token or for business logic.

You can try to generate the HTTP proxy from swagger.

https://github.com/OpenAPITools/openapi-generator https://github.com/RicoSuter/NSwag

hi

How do we reproduce this?

Can you share some code.

hi

You can use NullEmailSender to implement IEmailSender. So the email will not be sent.

context.Services.Replace(ServiceDescriptor.Singleton<IEmailSender, NullEmailSender>());

Remove the EmailingPageContributor from SettingManagementPageOptions, then the email setting UI will be hidden

Configure<SettingManagementPageOptions>(options =>
{
    //options.Contributors.Remove EmailingPageContributor
});
Showing 3901 to 3910 of 11554 entries
Learn More, Pay Less
33% OFF
All Trainings!
Get Your Deal
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.1.0-preview. Updated on December 17, 2025, 07:08
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.