Activities of "maliming"

Thanks.

ABP Studio高级特性将不可以继续使用.

参考: https://abp.io/faq/#what-happens-when-license-ends

hi

Are you saying that it is necessary to have a theme for a minimal ABP application to work? I thought ABP was meant to be modular in the sense that you only installed what you needed and the installed modules did the setup for whatever dependency they needed.

You can use it without the basic theme; Blazor will use BlazorStandardBundles.Styles.Global and BlazorStandardBundles.Styles.Global as bundle names.

Also, the services that I mentioned were not working (the block service and the notification service) are just those I've noticed. Is there another service from the initial packages (and their dependencies) that might not work even if I use a theme?

Basically not. I have sent you the latest source code. If you have any questions, please feel free to give us feedback.

Thanks.

hi

Can you try to use NullCancellationTokenProvider and test again?

public override void ConfigureServices(ServiceConfigurationContext context)
{
    context.Services.Replace(ServiceDescriptor.Transient<ICancellationTokenProvider, NullCancellationTokenProvider>());
}

Thanks

clienturl 能存储一个独立的域名,是abp自定义的一个string属性

redirecturl和postlogout_redirecturl是数组可以存储多个url,你只需要配置好这两个就可以。

openddict 支持一个客户端配置多个重定向url。

hi

I have sent the mail. Please check it in your inbox.

Thanks

hi

Can you check the network panel in your browser(Angular app)?

If the browser cancels the request this request(https://localhost:44348/api/abp/application-configuration?includeLocalizationResources=false), then the backend will throw OperationCanceledException

Thanks.

Hi

The login, register will use cookies authentication. Only auth2 token will failed.

Thanks.

hi

No additional steps are needed. AddProductionEncryptionAndSigningCertificate is enough.

Thanks.

Showing 141 to 150 of 11083 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
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 November 04, 2025, 06:41