Activities of "liangshiwei"

Can you use chrome/edge open the pdf file?

hi,

I will check it out.

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.

Showing 5041 to 5050 of 5968 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on November 11, 2024, 11:11