Activities of "maliming"

hi

Can you share your code? or a simple project?

I need to check the code or reproduce the problem first.

Thanks.

liming.ma@volosoft.com

hi

No matter what, Your feature name has to be defined.

If you rename it in the definition class. you should change the name everywhere.

Volo.Abp.AbpException: Undefined feature: Platform.OnlineBooking

This means you used the Platform.OnlineBooking as a feature name. But it doesn't define.

hi

Error Code: ERROR_SITE_DOES_NOT_EXIST

You can run your msdeploy.exe command on your Windows machine(or IIS machine).

If it works, copy it to your pipeline.

ok

hi

Volo.Abp.Identity.IdentitySettingsAppService(Volo.Abp.Identity.Pro.Application)

hi

Can you share your project source code?

hi

Has your clienttest2 scope been set to Resources? eg clienttest2

https://github.com/abpframework/abp/blob/dev/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Domain/OpenIddict/OpenIddictDataSeedContributor.cs#L59-L67

Answer

hi

I will ask our angular team. but you can replace the path with your custom CSS.

"node_modules/@volosoft/ngx-lepton-x/assets/css/bootstrap-light.css

hi

The logs.txt shows an error: The specified token doesn't contain any audience

Please share the module code of the **premiumxxx.net **website.

Do you have below code? options.AddAudiences("MyProjectName");?

PreConfigure<OpenIddictBuilder>(builder =>
{
    builder.AddValidation(options =>
    {
        options.AddAudiences("MyProjectName");
        options.UseLocalServer();
        options.UseAspNetCore();
    });
});

hi

Is this table creation code in your new migration file?

Showing 1771 to 1780 of 10652 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.0.0-preview. Updated on September 12, 2025, 10:20