Activities of "liangshiwei"

Is there any error logs?

Hi,

https://docs.abp.io/en/abp/latest/Exception-Handling#http-status-code-mapping

You can throw an AbpAuthorizationException exception and ABP will handle it.

I guess you are using HTTP.

Try

environment.prod.ts

  oAuthConfig: {
    issuer: 'https://localhost:44305',
    redirectUri: baseUrl,
    clientId: 'MyProjectName_App',
    responseType: 'code',
    scope: 'offline_access openid profile role email phone MyProjectName',
    requireHttps: false // this line
  },

Hi,

We will check it out.

Hi,

Is it related to this: https://support.abp.io/QA/Questions/1536/Slow-Blazor-WebAssembly-build

Hi,

I can't reproduce the problem, can you share a project to reproduce? thanks. shiwei.liang@volosoft.com

Hi,

We have GetAggregateAsync method, you can use it: https://github.com/abpframework/abp/blob/d92cc3d289cea1bc6e914621dae268c552693357/framework/src/Volo.Abp.MongoDB/Volo/Abp/Domain/Repositories/MongoDbCoreRepositoryExtensions.cs#L52

Hi,

I will check it out.

Yes, we have fixed it.

Hi,

See https://docs.abp.io/en/abp/latest/Entity-Framework-Core#extra-properties-object-extension-manager, https://docs.abp.io/en/abp/latest/Module-Entity-Extensions

Showing 5521 to 5530 of 6446 entries
Made with ❤️ on ABP v9.2.0-preview. Updated on January 15, 2025, 12:18